IAsyncDriverElement::ScrollToBeginning

Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll by the specified delta amount, scrolling the element until it reaches the beginning

Unreal Engine C++ API Reference > Developer > AutomationDriver > IAsyncDriverElement > ScrollToBeginning

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h
Include #include "IDriverElement.h"
[TAsyncResult](API\Runtime\Core\Async\TAsyncResult)< bool > ScrollToBeginning
(
    float Amount
)

Remarks

Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll by the specified delta amount, scrolling the element until it reaches the beginning whether the scroll to beginning was successful


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library