Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigContext
Description
This will completely load .ini file hierarchy into the passed in FConfigFile. The passed in FConfigFile will then have the data after combining all of those .ini
| Name | LoadIniFileHierarchy |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigContext.h |
| Include Path | #include "Misc/ConfigContext.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigContext.cpp |
bool LoadIniFileHierarchy()
Parameters
| Name | Remarks |
|---|---|
| FilenameToLoad | this is the path to the file to |
| ConfigFile | This is the FConfigFile which will have the contents of the .ini loaded into and Combined() |