IAsyncDriverElement::ScrollToBeginningUntil

Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll until the specified locator is locates the desired element or the beginning is reached

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

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h
Include #include "IDriverElement.h"
[TAsyncResult](API\Runtime\Core\Async\TAsyncResult)< bool > ScrollToBeginningUntil
(
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > & DesiredElementLocator
)

Remarks

Moves the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll until the specified locator is locates the desired element or the beginning is reached whether the scroll to beginning until was successful


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library