Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ GetBoundRef
Method
GetBoundRef
Plugins/UnLua/Source/UnLua/Private/UnLuaManager.cpp:140–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
int UUnLuaManager::GetBoundRef(const UClass* Class)
141
{
142
const auto Info = Classes.Find(Class);
143
if (!Info)
144
return LUA_NOREF;
145
return Info->TableRef;
146
}
147
148
/**
149
* Get all default Axis/Action inputs
Callers
2
PushFunction
Function · 0.45
SetUp
Method · 0.45
Calls
1
Find
Method · 0.45
Tested by
1
SetUp
Method · 0.36