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

Function PushObjectArray

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

Source from the content-addressed store, hash-verified

803}
804
805void PushObjectArray(lua_State *L, FObjectPropertyBase *Property, void *Value)
806{
807 PushPropertyArray<FObjectPropertyBase, false>(L, Property, Value, PushObjectElement);
808}
809
810void PushInterfaceArray(lua_State *L, FInterfaceProperty *Property, void *Value)
811{

Callers 1

GetValueInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected