IActionSequence::ScrollBy

Queues the series of events to invoke a mouse wheel scroll by the specified delta at the current mouse position Most average user scrolling is limited to a range of -5 to 5.

Unreal Engine C++ API Reference > Developer > AutomationDriver > IActionSequence > ScrollBy

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h
Include #include "IDriverSequence.h"
[IActionSequence](API\Developer\AutomationDriver\IActionSequence) & ScrollBy
(
    float Delta
)

Remarks

Queues the series of events to invoke a mouse wheel scroll by the specified delta at the current mouse position Most average user scrolling is limited to a range of -5 to 5.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library