MCPcopy 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

BindMethod · 0.45
InvokeMethod · 0.45

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected