Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IActionSequence
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IActionSequence & PressChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. | IDriverSequence.h | |
IActionSequence & PressChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. | IDriverSequence.h | |
IActionSequence & PressChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. | IDriverSequence.h | |
IActionSequence & PressChord
(
FKey Key1, |
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. | IDriverSequence.h | |
IActionSequence & 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. | IDriverSequence.h | |
IActionSequence & 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. | IDriverSequence.h | |
IActionSequence & 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. | IDriverSequence.h | |
IActionSequence & 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. | IDriverSequence.h |
PressChord(FKey, FKey)
Description
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. They will not be released.
| Name | PressChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & PressChord
(
FKey Key1,
FKey Key2
)
PressChord(FKey, TCHAR)
Description
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. They will not be released.
| Name | PressChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & PressChord
(
FKey Key1,
TCHAR Character
)
PressChord(FKey, FKey, FKey)
Description
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. They will not be released.
| Name | PressChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & PressChord
(
FKey Key1,
FKey Key2,
FKey Key3
)
PressChord(FKey, FKey, TCHAR)
Description
Queues the series of events to invoke keyboard input for each argument in order from 1 to N. They will not be released.
| Name | PressChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & PressChord
(
FKey Key1,
FKey Key2,
TCHAR Character
)
PressChord(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, FKey, FKey)
Description
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. They will not be released.
| Name | PressChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & PressChord
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
FKey Key1,
FKey Key2
)
PressChord(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, FKey, TCHAR)
Description
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. They will not be released.
| Name | PressChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & PressChord
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
FKey Key1,
TCHAR Character
)
PressChord(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, FKey, FKey, FKey)
Description
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. They will not be released.
| Name | PressChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & PressChord
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
FKey Key1,
FKey Key2,
FKey Key3
)
PressChord(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, FKey, FKey, TCHAR)
Description
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. They will not be released.
| Name | PressChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & PressChord
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
FKey Key1,
FKey Key2,
TCHAR Character
)