| 485 | } |
| 486 | |
| 487 | void SPythonLog::OnUserScrolled(float ScrollOffset) |
| 488 | { |
| 489 | bIsUserScrolled = !FMath::IsNearlyEqual(ScrollOffset, 1.0f); |
| 490 | } |
| 491 | |
| 492 | bool SPythonLog::CanClearLog() const |
| 493 | { |
nothing calls this directly
no outgoing calls
no test coverage detected