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

Function PushFTextElement

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

* Push a FText */

Source from the content-addressed store, hash-verified

638 * Push a FText
639 */
640static 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

Callers

nothing calls this directly

Calls 2

lua_pushstringFunction · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected