Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigBranch
Description
Removes the section completely from all layers of this branch This is destructive! It will not reload on demand (like SafeUnload does). Use this only when you know you will never need the values in the section again!
| Name | RemoveSection |
| 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 RemoveSection
(
const TCHAR * Section
)
true if anything was removed