MCPcopy Create free account
hub / github.com/Tencent/UnLua / UnLoad

Method UnLoad

Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void FEnumDesc::UnLoad()
38{
39 if (!Enum.IsValid())
40 return;
41
42 Enum.Reset();
43 Enum = nullptr;
44}

Callers 2

UnregisterMethod · 0.45
UnregisterMethod · 0.45

Calls 2

IsValidMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected