IDriverElement::ScrollToEndUntil

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 end 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 ScrollToEndUntil
(
    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 end is reached whether the scroll to end until was successful


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library