Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ FEnumDesc
Method
FEnumDesc
Plugins/UnLua/Source/UnLua/Private/ReflectionUtils/EnumDesc.cpp:17–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
#include
"EnumDesc.h"
16
17
FEnumDesc::FEnumDesc(UEnum* InEnum)
18
: Enum(InEnum)
19
{
20
check(Enum.IsValid());
21
EnumName = Enum->GetName();
22
bUserDefined = InEnum->IsA<UUserDefinedEnum>();
23
}
24
25
void FEnumDesc::Load()
26
{
Callers
nothing calls this directly
Calls
3
check
Function · 0.85
IsValid
Method · 0.45
GetName
Method · 0.45
Tested by
no test coverage detected