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

Function PushFStringArray

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

Source from the content-addressed store, hash-verified

793}
794
795void PushFStringArray(lua_State *L, FStrProperty *Property, void *Value)
796{
797 PushPropertyArray<FStrProperty, false>(L, Property, Value, PushFStringElement);
798}
799
800void PushFTextArray(lua_State *L, FTextProperty *Property, void *Value)
801{

Callers 1

GetValueInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected