IAsyncDriverElement::ScrollToEnd

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 end

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

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h
Include #include "IDriverElement.h"
[TAsyncResult](API\Runtime\Core\Async\TAsyncResult)< bool > ScrollToEnd
(
    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 end whether the scroll to end was successful


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library