Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FConfigContext
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigContext.h |
| Include | #include "Misc/ConfigContext.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigContext.cpp |
bool GenerateDestIniFile&40;&41;
Remarks
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.