Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigCacheIni
Description
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.
| Name | GetConfigFilename |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp |
FString GetConfigFilename
(
const TCHAR * BaseIniName
)
Filename key used by other cache functions
Parameters
| Name | Remarks |
|---|---|
| IniBaseName | Base name of the .ini (Engine, Game, CustomSystem) |