MoveToElement

Overload list

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

  Type Name Description
Public function IActionSequence &

MoveToElement ( const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator
)

Queues a move of the cursor over the center of the element, triggering any hover cue the element may have
Public function IActionSequence &

MoveToElement ( const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator,
int32 XOffset,
int32 YOffset
)

Queues a move of the cursor over the center of the element offset by the specified amounts, triggering any hover cue the element may have

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page