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

Function AddType

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

Source from the content-addressed store, hash-verified

50 }
51
52 void AddType(FString Name, TSharedPtr<ITypeInterface> TypeInterface)
53 {
54 if (!ensure(!Name.IsEmpty() && TypeInterface))
55 return;
56 GetExported()->Types.Add(Name, TypeInterface);
57 }
58
59 TMap<FString, IExportedClass*> GetExportedReflectedClasses()
60 {

Callers 1

SchemaMethod · 0.85

Calls 2

GetExportedFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected