Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IActionSequence
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IActionSequence & TypeChord
(
FKey Key1, |
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 | IDriverSequence.h | |
IActionSequence & TypeChord
(
FKey Key1, |
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 | IDriverSequence.h | |
IActionSequence & TypeChord
(
FKey Key1, |
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 | IDriverSequence.h | |
IActionSequence & TypeChord
(
FKey Key1, |
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 | IDriverSequence.h | |
IActionSequence & 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 | IDriverSequence.h | |
IActionSequence & 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 | IDriverSequence.h | |
IActionSequence & 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 | IDriverSequence.h | |
IActionSequence & 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 | IDriverSequence.h |
TypeChord(FKey, FKey)
Description
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
| Name | TypeChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & TypeChord
(
FKey Key1,
FKey Key2
)
TypeChord(FKey, TCHAR)
Description
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
| Name | TypeChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & TypeChord
(
FKey Key1,
TCHAR Character
)
TypeChord(FKey, FKey, FKey)
Description
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
| Name | TypeChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & TypeChord
(
FKey Key1,
FKey Key2,
FKey Key3
)
TypeChord(FKey, FKey, TCHAR)
Description
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
| Name | TypeChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & TypeChord
(
FKey Key1,
FKey Key2,
TCHAR Character
)
TypeChord(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, FKey, FKey)
Description
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
| Name | TypeChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & TypeChord
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
FKey Key1,
FKey Key2
)
TypeChord(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, FKey, TCHAR)
Description
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
| Name | TypeChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & TypeChord
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
FKey Key1,
TCHAR Character
)
TypeChord(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, FKey, FKey, FKey)
Description
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
| Name | TypeChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & TypeChord
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
FKey Key1,
FKey Key2,
FKey Key3
)
TypeChord(const TSharedRef< IElementLocator, ESPMode::ThreadSafe > &, FKey, FKey, TCHAR)
Description
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
| Name | TypeChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
IActionSequence & TypeChord
(
const TSharedRef< IElementLocator , ESPMode::ThreadSafe > & ElementLocator,
FKey Key1,
FKey Key2,
TCHAR Character
)