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 |
static FConfigFile * FindPlatformConfig
(
const TCHAR * IniName,
const TCHAR * Platform
)
Remarks
Attempts to find the platform config in the cache. FConfigFile Found FConfigFile
Parameters
| Name | Description |
|---|---|
| IniName | Either a Base ini name (Engine) or a full ini name (WrangleContent). NO PATH OR EXTENSION SHOULD BE USED! |
| Platform | The platform to use for Base ini names, NULL means to use the current platform |