Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConfigBranch
Description
Frees up the static layer memory, which can be useful if a branch is loaded from, cached, and never used again. However, if something does try to access it, it will reload in-place (can hitch your game, so be aware)
| Name | SafeUnload |
| 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 SafeUnload()