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 |
FString GetConfigFilename
&40;
const TCHAR &42; BaseIniName
&41;
Remarks
For a base ini name, gets the config cache filename key that is used by other functions like Find. This will be the base name for known configs like Engine and the destination filename for others. Filename key used by other cache functions
Parameters
| Name | Description |
|---|---|
| IniBaseName | Base name of the .ini (Engine, Game, CustomSystem) |