MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / unload

Method unload

Source/Engine/Localization/LocalizedStringTable.cpp:98–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void LocalizedStringTable::unload(bool isReloading)
99{
100 // Base
101 JsonAssetBase::unload(isReloading);
102
103 Locale.Clear();
104 FallbackTable = nullptr;
105 Entries.Clear();
106}
107
108void LocalizedStringTable::OnGetData(rapidjson_flax::StringBuffer& buffer) const
109{

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected