Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigCacheIni
Description
Load the standard (used on all platforms) ini files, like Engine, Input, etc
return True if the engine ini was loaded
| Name | InitializeKnownConfigFiles |
| 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 |
static bool InitializeKnownConfigFiles
(
FConfigContext & Context
)
Parameters
| Name | Remarks |
|---|---|
| FConfigContext | The loading context that controls the destination of the loaded ini files |