Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FConfigCacheIni
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 Dump
&40;
FOutputDevice & Ar,
const TCHAR &42; IniName
&41;
Remarks
Prints out the entire config set, or just a single file if an ini is specified
Parameters
| Name | Description |
|---|---|
| Ar | the device to write to |
| IniName | An optional ini name to restrict the writing to (Engine or WrangleContent) - meant to be used with "final" .ini files (not Default*) |