Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ExportClass
Function · 0.85
ExportEnum
Function · 0.85
ExportFunction
Function · 0.85
AddType
Function · 0.85
GetExportedReflectedClasses
Function · 0.85
GetExportedNonReflectedClasses
Function · 0.85
GetExportedEnums
Function · 0.85
GetExportedFunctions
Function · 0.85
FindExportedClass
Function · 0.85
FindExportedReflectedClass
Function · 0.85
FindExportedNonReflectedClass
Function · 0.85
FindTypeInterface
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected