Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncActionSequence
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAsyncActionSequence & 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 | IDriverSequence.h | |
IAsyncActionSequence & MoveToElement
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
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 | IDriverSequence.h |
MoveToElement(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &)
Description
Queues a move of the cursor over the center of the element, triggering any hover cue the element may have
| Name | MoveToElement |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IAsyncActionSequence & MoveToElement
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator
)
MoveToElement(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, int32, int32)
Description
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
| Name | MoveToElement |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IAsyncActionSequence & MoveToElement
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
int32 XOffset,
int32 YOffset
)