Navigation
API > API/Developer > API/Developer/AutomationDriver
References
| Module | AutomationDriver |
| Header | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include | #include "IDriverSequence.h" |
Syntax
class IAsyncActionSequence
Functions
| 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 | |
| IAsyncActionSequence & | DoubleClick () |
Queues the series of events to invoke a double click with the left mouse button at the current cursor location | |
| 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 | |
| IAsyncActionSequence & | DoubleClick
(
EMouseButtons::Type MouseButton |
Queues the series of events to invoke a double click with the specified mouse button at the current cursor location | |
| 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 specified mouse button | |
| IAsyncActionSequence & | Focus
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator |
Queues a change of focus to the element for the default user | |
| IAsyncActionSequence & | Focus
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element for the specified user | |
| IAsyncActionSequence & | MoveByOffset
(
int32 XOffset, |
Queues a move of the cursor from its current position by the specified offsets | |
| 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 | |
| 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 | |
| IAsyncActionSequence & | Press
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the specified element, then a series of events to invoke keyboard input for pressing the specified key. | |
| IAsyncActionSequence & | Press
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the specified element, then a series of events to invoke keyboard input for pressing the specified character. | |
| IAsyncActionSequence & | Press
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a move of the cursor over the element, then a series of events to invoke mouse input for pressing the specified button. | |
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for pressing the specified key. | ||
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for pressing the specified character. | ||
| IAsyncActionSequence & | Press
(
EMouseButtons::Type MouseButton |
Queues the series of events to invoke mouse input for pressing the specified button. | |
| IAsyncActionSequence & | PressChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from 1 to N. | |
| IAsyncActionSequence & | PressChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from 1 to N. | |
| IAsyncActionSequence & | PressChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from 1 to N. | |
| IAsyncActionSequence & | PressChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from 1 to N. | |
| IAsyncActionSequence & | PressChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. | |
| IAsyncActionSequence & | PressChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. | |
| IAsyncActionSequence & | PressChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. | |
| IAsyncActionSequence & | PressChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. | |
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for releasing the specified character. | ||
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for releasing the specified key. | ||
| IAsyncActionSequence & | Release
(
EMouseButtons::Type MouseButton |
Queues the series of events to invoke mouse input for releasing the specified button. | |
| IAsyncActionSequence & | Release
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for releasing the specified character. | |
| IAsyncActionSequence & | Release
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for releasing the specified character. | |
| IAsyncActionSequence & | Release
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a move of the cursor over the element, then triggers the series of events to invoke mouse input for releasing the specified button. | |
| IAsyncActionSequence & | ReleaseChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. | |
| IAsyncActionSequence & | ReleaseChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. | |
| IAsyncActionSequence & | ReleaseChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. | |
| IAsyncActionSequence & | ReleaseChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a change of focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. | |
| IAsyncActionSequence & | ReleaseChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from N to 1. | |
| IAsyncActionSequence & | ReleaseChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from N to 1. | |
| IAsyncActionSequence & | ReleaseChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from N to 1. | |
| IAsyncActionSequence & | ReleaseChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from N to 1. | |
| IAsyncActionSequence & | ScrollBy
(
float Delta |
Queues the series of events to invoke a mouse wheel scroll by the specified delta at the current mouse position Most average user scrolling is limited to a range of -5 to 5. | |
| IAsyncActionSequence & | ScrollBy
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a move of the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll by the specified delta | |
| IAsyncActionSequence & | ScrollToBeginning
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator |
Queues a move of the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll, scrolling the element until it reaches the beginning | |
| IAsyncActionSequence & | ScrollToBeginning
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a move of the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll by the specified delta amount, scrolling the element until it reaches the beginning | |
| IAsyncActionSequence & | ScrollToBeginningUntil
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ScrollableElementLocator, |
Queues a move of the cursor over the scrollable element, then triggers the series of events to invoke a mouse wheel scroll until the specified locator locates the desired element or the beginning is reached | |
| IAsyncActionSequence & | ScrollToBeginningUntil
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator |
Queues the series of events to invoke a mouse wheel scroll until the specified locator is locates the desired element or the beginning is reached at the current cursor position | |
| IAsyncActionSequence & | ScrollToEnd
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator |
Queues a move of the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll, scrolling the element until it reaches the end | |
| IAsyncActionSequence & | ScrollToEnd
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues a move of the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll by the specified delta amount, scrolling the element until it reaches the end | |
| IAsyncActionSequence & | ScrollToEndUntil
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator |
Queues a move of the cursor over the element, then triggers the series of events to invoke a mouse wheel scroll until the specified locator locates the desired element or the end is reached | |
| IAsyncActionSequence & | ScrollToEndUntil
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ScrollableElementLocator, |
Queues a move of the cursor over the scrollable element, then triggers the series of events to invoke a mouse wheel scroll until the specified locator locates the desired element or the end is reached | |
| IAsyncActionSequence & | Type
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for the key specified. | |
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for the character specified. | ||
| IAsyncActionSequence & | Type
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for each key specified. | |
| IAsyncActionSequence & | Type
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for the character specified. | |
| IAsyncActionSequence & | Type
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for each character of the string specified. | |
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for the key specified. | ||
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for each key specified. | ||
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for each character of the string specified. | ||
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for each character specified. | ||
| IAsyncActionSequence & | Type
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for each character specified. | |
| IAsyncActionSequence & | TypeChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for each argument in order from 1 to N and then releasing those keys in order from N to 1 Chord typing is intended to ease the to execution keyboard shortcuts, such as, CTRL + SHIFT + S | |
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for each argument in order from 1 to N and then releasing those keys in order from N to 1 Chord typing is intended to ease the to execution keyboard shortcuts, such as, CTRL + SHIFT + S | ||
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for each argument in order from 1 to N and then releasing those keys in order from N to 1 Chord typing is intended to ease the to execution keyboard shortcuts, such as, CTRL + SHIFT + S | ||
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for each argument in order from 1 to N and then releasing those keys in order from N to 1 Chord typing is intended to ease the to execution keyboard shortcuts, such as, CTRL + SHIFT + S | ||
| IAsyncActionSequence & | Queues the series of events to invoke keyboard input for each argument in order from 1 to N and then releasing those keys in order from N to 1 Chord typing is intended to ease the to execution keyboard shortcuts, such as, CTRL + SHIFT + S | ||
| IAsyncActionSequence & | TypeChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for each argument in order from 1 to N and then releasing those keys in order from N to 1 Chord typing is intended to ease the to execution keyboard shortcuts, such as, CTRL + SHIFT + S | |
| IAsyncActionSequence & | TypeChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for each argument in order from 1 to N and then releasing those keys in order from N to 1 Chord typing is intended to ease the to execution keyboard shortcuts, such as, CTRL + SHIFT + S | |
| IAsyncActionSequence & | TypeChord
(
const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator, |
Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for each argument in order from 1 to N and then releasing those keys in order from N to 1 Chord typing is intended to ease the to execution keyboard shortcuts, such as, CTRL + SHIFT + S | |
| IAsyncActionSequence & | Queues a wait no shorter than for the specified Timespan | ||
| IAsyncActionSequence & | Wait
(
const FDriverWaitDelegate& Delegate |
Queues a wait until the specified DriverWaitDelegate returns a PASSED or FAILED response |