Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigCacheIni
Description
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!
| Name | RemoveSectionFromBranch |
| 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 |
bool RemoveSectionFromBranch
(
const TCHAR * Section,
const TCHAR * Filename
)
true if anything was removed