Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void FEnumDesc::UnLoad()
38
{
39
if (!Enum.IsValid())
40
return;
41
42
Enum.Reset();
43
Enum = nullptr;
44
}
Callers
2
Unregister
Method · 0.45
Unregister
Method · 0.45
Calls
2
IsValid
Method · 0.45
Reset
Method · 0.45
Tested by
no test coverage detected