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

Function PushDelegateArray

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

Source from the content-addressed store, hash-verified

813}
814
815void PushDelegateArray(lua_State *L, FDelegateProperty *Property, void *Value)
816{
817 PushPropertyArray<FDelegateProperty, true>(L, Property, Value, PushDelegateElement, "FScriptDelegate");
818}
819
820void PushMCDelegateArray(lua_State *L, FMulticastDelegateProperty *Property, void *Value, const char *MetatableName)
821{

Callers 1

GetValueInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected