MCPcopy Create free account
hub / github.com/NotYetGames/DlgSystem / ConstructConfigFile

Method ConstructConfigFile

Source/DlgSystem/Private/IO/DlgConfigParser.cpp:223–228  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

221
222////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
223FString FDlgConfigParser::ConstructConfigFile(const UStruct* ReferenceType, void* SourceObject)
224{
225 FString String;
226 ConstructConfigFileInternal(ReferenceType, 0, SourceObject, String);
227 return String;
228}
229
230////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
231bool FDlgConfigParser::IsNextWordString() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected