Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IDriverElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ReleaseChord
(
FKey Key1, |
Moves focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. | IDriverElement.h | |
bool ReleaseChord
(
FKey Key1, |
Moves focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. | IDriverElement.h | |
bool ReleaseChord
(
FKey Key1, |
Moves focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. | IDriverElement.h | |
bool ReleaseChord
(
FKey Key1, |
Moves focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. | IDriverElement.h |
ReleaseChord(FKey, FKey)
Description
Moves focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. They will not be pressed if if not currently being pressed.
| Name | ReleaseChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
bool ReleaseChord
(
FKey Key1,
FKey Key2
)
whether the release chord was successful
ReleaseChord(FKey, TCHAR)
Description
Moves focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. They will not be pressed if if not currently being pressed.
| Name | ReleaseChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
bool ReleaseChord
(
FKey Key1,
TCHAR Character
)
whether the release chord was successful
ReleaseChord(FKey, FKey, FKey)
Description
Moves focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. They will not be pressed if if not currently being pressed.
| Name | ReleaseChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
bool ReleaseChord
(
FKey Key1,
FKey Key2,
FKey Key3
)
whether the release chord was successful
ReleaseChord(FKey, FKey, TCHAR)
Description
Moves focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. They will not be pressed if if not currently being pressed.
| Name | ReleaseChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
bool ReleaseChord
(
FKey Key1,
FKey Key2,
TCHAR Character
)
whether the release chord was successful