Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ GetExportedEnums
Function
GetExportedEnums
Plugins/UnLua/Source/UnLua/Private/Binding.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
TArray<IExportedEnum*> GetExportedEnums()
70
{
71
return GetExported()->Enums;
72
}
73
74
TArray<IExportedFunction*> GetExportedFunctions()
75
{
Callers
2
FLuaEnv
Method · 0.85
Main
Method · 0.85
Calls
1
GetExported
Function · 0.85
Tested by
no test coverage detected