Navigation
Unreal Engine C++ API Reference > Developer > AutomationDriver > IAsyncDriverElement
Type | Name | Description | |
---|---|---|---|
![]() |
TAsyncResult< bool > | Press
(
TCHAR Character |
Moves focus to the element, then triggers the series of events to invoke keyboard input for pressing the specified character. |
![]() |
TAsyncResult< bool > | Moves focus to the element, then triggers the series of events to invoke keyboard input for pressing the specified key. | |
![]() |
TAsyncResult< bool > | Press
(
EMouseButtons::Type MouseButton |
Moves the cursor over the element, then triggers the series of events to invoke mouse input for pressing the specified button. |