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

Function PushMCDelegateArray

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

Source from the content-addressed store, hash-verified

818}
819
820void PushMCDelegateArray(lua_State *L, FMulticastDelegateProperty *Property, void *Value, const char *MetatableName)
821{
822 PushPropertyArray<FMulticastDelegateProperty, true>(L, Property, Value, PushMCDelegateElement, MetatableName);
823}
824
825void PushStructArray(lua_State *L, FProperty *Property, void *Value, const char *MetatableName)
826{

Callers 1

GetValueInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected