IDriverElement::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 > IDriverElement

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h
Include #include "IDriverElement.h"
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