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

Function LogInfo

Plugins/UnLua/Source/UnLua/Private/UnLuaLib.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 static int LogInfo(lua_State* L)
31 {
32 const auto Msg = GetMessage(L);
33 UE_LOG(LogUnLua, Log, TEXT("%s"), *Msg);
34 return 0;
35 }
36
37 static int LogWarn(lua_State* L)
38 {

Callers

nothing calls this directly

Calls 1

GetMessageFunction · 0.85

Tested by

no test coverage detected