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