Release

Overload list

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

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