Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ GetBoundRef
Method
GetBoundRef
Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.cpp:164–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
int FObjectRegistry::GetBoundRef(const UObject* Object) const
165
{
166
const auto Ref = ObjectRefs.Find(Object);
167
if (Ref)
168
return *Ref;
169
return LUA_NOREF;
170
}
171
172
void FObjectRegistry::Unbind(UObject* Object)
173
{
Callers
2
Bind
Method · 0.45
Invoke
Method · 0.45
Calls
1
Find
Method · 0.45
Tested by
no test coverage detected