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

Function PushFNameElement

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

* Push a FName */

Source from the content-addressed store, hash-verified

622 * Push a FName
623 */
624static 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

Callers

nothing calls this directly

Calls 2

lua_pushstringFunction · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected