Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FConfigFile
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include | #include "Misc/ConfigCacheIni.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp |
void WriteToString
(
FString & InOutText,
const FString & SimulatedFilename,
const FString & PrefixText
)
Remarks
Write this ConfigFile to the given string, constructed the text from the config sections in *this, prepended by the optional PrefixText
Parameters
| Name | Description |
|---|---|
| SimulatedFilename | If writing a default hierarchal ini, can be used to correctly deduce position in the hierarchy |