Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ LogError
Function
LogError
Plugins/UnLua/Source/UnLua/Private/UnLuaLib.cpp:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
static int LogError(lua_State* L)
45
{
46
const auto Msg = GetMessage(L);
47
UE_LOG(LogUnLua, Error, TEXT(
"%s"
), *Msg);
48
return 0;
49
}
50
51
static int HotReload(lua_State* L)
52
{
Callers
nothing calls this directly
Calls
1
GetMessage
Function · 0.85
Tested by
no test coverage detected