Press

Overload list

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

  Type Name Description
Public function bool

Press ( TCHAR Character
)

Moves focus to the element, then triggers the series of events to invoke keyboard input for pressing the specified character.
Public function bool

Press ( FKey Key
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page