Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigFile
Description
Saves only the sections in this FConfigFile into the given file. All other sections in the file are left alone. The sections in this file are completely replaced. If IniRootName is specified, the current section settings are diffed against the file in the hierarchy up to right before this file (so, if you are saving DefaultEngine.ini, and IniRootName is "Engine", then Base.ini and BaseEngine.ini will be loaded, and only differences against that will be saved into DefaultEngine.ini)
autotoc_md98
| Name | UpdateSections |
| 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 |
void UpdateSections
(
const TCHAR * DiskFilename,
const TCHAR * IniRootName,
const TCHAR * OverridePlatform
)