MCPcopy Create free account
hub / github.com/Tencent/UnLua / IsBound

Method IsBound

Plugins/UnLua/Source/UnLua/Private/Registries/ObjectRegistry.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 bool FObjectRegistry::IsBound(const UObject* Object) const
159 {
160 const auto Exists = ObjectRefs.Find(Object);
161 return Exists && *Exists != LUA_NOREF;
162 }
163
164 int FObjectRegistry::GetBoundRef(const UObject* Object) const
165 {

Callers 11

FLuaEnvMethod · 0.45
LoadFromCustomLoaderMethod · 0.45
OnCompletedMethod · 0.45
ReportLuaCallErrorFunction · 0.45
GetEnvMethod · 0.45
InvokeMethod · 0.45
ExecuteDelegateMethod · 0.45
InvokeMethod · 0.45
DefineMethod · 0.45
DefineMethod · 0.45

Calls 1

FindMethod · 0.45

Tested by 3

InvokeMethod · 0.36
DefineMethod · 0.36
DefineMethod · 0.36