MCPcopy 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
17FEnumDesc::FEnumDesc(UEnum* InEnum)
18 : Enum(InEnum)
19{
20 check(Enum.IsValid());
21 EnumName = Enum->GetName();
22 bUserDefined = InEnum->IsA<UUserDefinedEnum>();
23}
24
25void FEnumDesc::Load()
26{

Callers

nothing calls this directly

Calls 3

checkFunction · 0.85
IsValidMethod · 0.45
GetNameMethod · 0.45

Tested by

no test coverage detected