ElementIsScrolledToEnd

Overload list

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

  Type Name Description
Public function Static FDriverWaitDelegate

ElementIsScrolledToEnd ( const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator,
FWaitTimeout Timeout
)

Creates a new wait delegate which completes it's wait only if the specified element locator discovers a scrollable element whose scroll position is at the end or if the specified timeout timespan elapses
Public function Static FDriverWaitDelegate

ElementIsScrolledToEnd ( const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator,
FWaitInterval Interval,
FWaitTimeout Timeout
)

Creates a new wait delegate which completes it's wait only if the specified element locator discovers a scrollable element whose scroll position is at the end or if the specified timeout timespan elapses The element locator is only re-evaluated at the specified wait interval

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page