MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / RequestForceScroll

Method RequestForceScroll

Source/PythonConsole/Private/SPythonLog.cpp:502–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void SPythonLog::RequestForceScroll()
503{
504 if (MessagesTextMarshaller->GetNumMessages() > 0)
505 {
506 MessagesTextBox->ScrollTo(FTextLocation(MessagesTextMarshaller->GetNumMessages() - 1));
507 bIsUserScrolled = false;
508 }
509}
510
511
512

Callers

nothing calls this directly

Calls 1

GetNumMessagesMethod · 0.80

Tested by

no test coverage detected