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

Function PushFNameArray

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

Source from the content-addressed store, hash-verified

788}
789
790void PushFNameArray(lua_State *L, FNameProperty *Property, void *Value)
791{
792 PushPropertyArray<FNameProperty, false>(L, Property, Value, PushFNameElement);
793}
794
795void PushFStringArray(lua_State *L, FStrProperty *Property, void *Value)
796{

Callers 1

GetValueInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected