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

Method OnUserScrolled

Source/PythonConsole/Private/SPythonLog.cpp:487–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487void SPythonLog::OnUserScrolled(float ScrollOffset)
488{
489 bIsUserScrolled = !FMath::IsNearlyEqual(ScrollOffset, 1.0f);
490}
491
492bool SPythonLog::CanClearLog() const
493{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected