Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ GetExportedReflectedClasses
Function
GetExportedReflectedClasses
Plugins/UnLua/Source/UnLua/Private/Binding.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
TMap<FString, IExportedClass*> GetExportedReflectedClasses()
60
{
61
return GetExported()->ReflectedClasses;
62
}
63
64
TMap<FString, IExportedClass*> GetExportedNonReflectedClasses()
65
{
Callers
2
Get
Function · 0.85
Main
Method · 0.85
Calls
1
GetExported
Function · 0.85
Tested by
no test coverage detected