Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FConfigCacheIni
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include | #include "Misc/ConfigCacheIni.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/ConfigCacheIni.cpp |
bool RemoveSectionFromBranch
(
const TCHAR * Section,
const TCHAR * Filename
)
Remarks
Removes the section completely from all layers of a branch. This is destructive! It will not reload on demand (like SafeUnloadBranch does). Use this only when you know you will never need the values in the section again! true if anything was removed