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

Function PushInterfaceArray

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

Source from the content-addressed store, hash-verified

808}
809
810void PushInterfaceArray(lua_State *L, FInterfaceProperty *Property, void *Value)
811{
812 PushPropertyArray<FInterfaceProperty, false>(L, Property, Value, PushInterfaceElement);
813}
814
815void PushDelegateArray(lua_State *L, FDelegateProperty *Property, void *Value)
816{

Callers 1

GetValueInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected