Navigation
API > API/Developer > API/Developer/AutomationDriver > API/Developer/AutomationDriver/IAsyncDriverElement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncResult< 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 | |
TAsyncResult< 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 | |
TAsyncResult< 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 | |
TAsyncResult< 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 it is not currently being pressed.
| Name | ReleaseChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < 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 it is not currently being pressed.
| Name | ReleaseChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < 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 it is not currently being pressed.
| Name | ReleaseChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < 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 it is not currently being pressed.
| Name | ReleaseChord |
| Type | function |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h |
| Include Path | #include "IDriverElement.h" |
TAsyncResult < bool > ReleaseChord
(
FKey Key1,
FKey Key2,
TCHAR Character
)
whether the release chord was successful