Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigContext
Description
This will load up two .ini files and then determine if the destination one is outdated by comparing version number in [CurrentIniVersion] section, Version key against the version in the Default*.ini Outdatedness is determined by the following mechanic:
Outdatedness also can be affected by commandline params which allow one to delete all .ini, have automated build system etc.
| Name | GenerateDestIniFile |
| 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 GenerateDestIniFile()