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

Function GetExported

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

Source from the content-addressed store, hash-verified

26 };
27
28 FExported* GetExported()
29 {
30 static FExported Exported;
31 return &Exported;
32 }
33
34 void ExportClass(IExportedClass* Class)
35 {

Callers 12

ExportClassFunction · 0.85
ExportEnumFunction · 0.85
ExportFunctionFunction · 0.85
AddTypeFunction · 0.85
GetExportedEnumsFunction · 0.85
GetExportedFunctionsFunction · 0.85
FindExportedClassFunction · 0.85
FindTypeInterfaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected