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

Function PushObjectElement

Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:648–652  ·  view source on GitHub ↗

* Push a UObject */

Source from the content-addressed store, hash-verified

646 * Push a UObject
647 */
648static void PushObjectElement(lua_State *L, FObjectPropertyBase *Property, void *Value)
649{
650 UObject *Object = Property->GetObjectPropertyValue(Value);
651 PushObjectCore(L, Object);
652}
653
654/**
655 * Push a Interface

Callers

nothing calls this directly

Calls 1

PushObjectCoreFunction · 0.85

Tested by

no test coverage detected