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

Function PushStructArray

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

Source from the content-addressed store, hash-verified

823}
824
825void PushStructArray(lua_State *L, FProperty *Property, void *Value, const char *MetatableName)
826{
827 PushPropertyArray<FProperty, true>(L, Property, Value, PushStructElement, MetatableName);
828}
829
830/**
831 * Get target UObject and Lua function pointer for a delegate

Callers 2

GetValueInternalMethod · 0.85
GetValueInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected