Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/20tab/UnrealEnginePython
/ CanClearLog
Method
CanClearLog
Source/PythonConsole/Private/SPythonLog.cpp:492–495 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
490
}
491
492
bool SPythonLog::CanClearLog() const
493
{
494
return MessagesTextMarshaller->GetNumMessages() > 0;
495
}
496
497
void SPythonLog::OnConsoleCommandExecuted()
498
{
Callers
nothing calls this directly
Calls
1
GetNumMessages
Method · 0.80
Tested by
no test coverage detected