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

Function FindExportedReflectedClass

Plugins/UnLua/Source/UnLua/Private/Binding.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 IExportedClass* FindExportedReflectedClass(FString Name)
91 {
92 const auto Class = GetExported()->ReflectedClasses.FindRef(Name);
93 return Class;
94 }
95
96 IExportedClass* FindExportedNonReflectedClass(FString Name)
97 {

Callers 1

PushMetatableMethod · 0.85

Calls 1

GetExportedFunction · 0.85

Tested by

no test coverage detected