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

Method Find

Plugins/UnLua/Source/UnLua/Private/Registries/ClassRegistry.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 FClassDesc* FClassRegistry::Find(const char* TypeName)
46 {
47 const FName Key = TypeName;
48 FClassDesc** Ret = Name2Classes.Find(Key);
49 return Ret ? *Ret : nullptr;
50 }
51
52 FClassDesc* FClassRegistry::Find(const UStruct* Type)
53 {

Callers 1

RegisterReflectedTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected