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