* Push a FText */
| 638 | * Push a FText |
| 639 | */ |
| 640 | static void PushFTextElement(lua_State *L, FTextProperty *Property, void *Value) |
| 641 | { |
| 642 | lua_pushstring(L, TCHAR_TO_UTF8(*Property->GetPropertyValue(Value).ToString())); |
| 643 | } |
| 644 | |
| 645 | /** |
| 646 | * Push a UObject |
nothing calls this directly
no test coverage detected