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