Release

Overload list

Unreal Engine C++ API Reference > Developer > AutomationDriver > IAsyncDriverElement

  Type Name Description
Public function 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.
Public function TAsyncResult< bool >

Release ( FKey Key
)

Moves focus to the element, then triggers the series of events to invoke keyboard input for releasing the specified key.
Public function 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page