MCPcopy 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
492bool SPythonLog::CanClearLog() const
493{
494 return MessagesTextMarshaller->GetNumMessages() > 0;
495}
496
497void SPythonLog::OnConsoleCommandExecuted()
498{

Callers

nothing calls this directly

Calls 1

GetNumMessagesMethod · 0.80

Tested by

no test coverage detected