Click

Overload list

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

  Type Name Description
Public function IAsyncActionSequence &

Click ()

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

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

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

Click ( EMouseButtons::Type MouseButton
)

Queues the series of events to invoke a click with the specified mouse button at the current cursor location
Public function IAsyncActionSequence &

Click ( 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 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