Navigation
Unreal Engine C++ API Reference > Developer > AutomationDriver > IAsyncDriverElement
Type | Name | Description | |
---|---|---|---|
![]() |
TAsyncResult< bool > | Type
(
const TCHAR* Text |
Moves focus to the element, then triggers the series of events to invoke keyboard input for each character specified. |
![]() |
TAsyncResult< bool > | Moves focus to the element, then triggers the series of events to invoke keyboard input for each character specified. | |
![]() |
TAsyncResult< bool > | Moves focus to the element, then triggers the series of events to invoke keyboard input for the specified character. | |
![]() |
TAsyncResult< bool > | Type
(
TCHAR Character |
Moves focus to the element, then triggers the series of events to invoke keyboard input for the specified key. |
![]() |
TAsyncResult< bool > | Moves focus to the element, then triggers the series of events to invoke keyboard input for each key specified. |