* Push a FName */
| 622 | * Push a FName |
| 623 | */ |
| 624 | static void PushFNameElement(lua_State *L, FNameProperty *Property, void *Value) |
| 625 | { |
| 626 | lua_pushstring(L, TCHAR_TO_UTF8(*Property->GetPropertyValue(Value).ToString())); |
| 627 | } |
| 628 | |
| 629 | /** |
| 630 | * Push a FString |
nothing calls this directly
no test coverage detected