| 823 | } |
| 824 | |
| 825 | void 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 |
no outgoing calls
no test coverage detected