Navigation
Unreal Engine C++ API Reference > Developer > AutomationDriver > IActionSequence
Type | Name | Description | |
---|---|---|---|
![]() |
IActionSequence & | DoubleClick () |
Queues the series of events to invoke a double click with the left mouse button at the current cursor location |
![]() |
IActionSequence & | 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 |
![]() |
IActionSequence & | DoubleClick
(
EMouseButtons::Type MouseButton |
Queues the series of events to invoke a double click with the specified mouse button at the current cursor location |
![]() |
IActionSequence & | 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 specified mouse button |