Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FConfigBranch
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 RemoveSection
(
const TCHAR * Section
)
Remarks
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! true if anything was removed