Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/20tab/UnrealEnginePython
/ ClearMessages
Method
ClearMessages
Source/PythonConsole/Private/SPythonLog.cpp:311–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
void FPythonLogTextLayoutMarshaller::ClearMessages()
312
{
313
Messages.Empty();
314
MakeDirty();
315
}
316
317
int32 FPythonLogTextLayoutMarshaller::GetNumMessages() const
318
{
Callers
1
OnClearLog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected