DoubleClick

Overload list

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

  Type Name Description
Public function IAsyncActionSequence & Queues the series of events to invoke a double click with the left mouse button at the current cursor location
Public function IAsyncActionSequence &

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

Queues a move of the cursor over the element, then triggers the series of events to invoke a double click with the left mouse button
Public function IAsyncActionSequence & Queues the series of events to invoke a double click with the specified mouse button at the current cursor location
Public function IAsyncActionSequence &

DoubleClick ( const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator,
EMouseButtons::Type MouseButton
)

Queues a move of the cursor over the element, then triggers the series of events to invoke a double click with the specified mouse button

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page