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