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

Function PushInterfaceElement

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

* Push a Interface */

Source from the content-addressed store, hash-verified

655 * Push a Interface
656 */
657static void PushInterfaceElement(lua_State *L, FInterfaceProperty *Property, void *Value)
658{
659 const FScriptInterface &Interface = Property->GetPropertyValue(Value);
660 UObject *Object = Interface.GetObject();
661 PushObjectCore(L, Object);
662}
663
664/**
665 * Push a ScriptStruct

Callers

nothing calls this directly

Calls 1

PushObjectCoreFunction · 0.85

Tested by

no test coverage detected