Type

Overload list

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

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

Type ( FString Text
)

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

Type ( FKey Key
)

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

Type ( TCHAR Character
)

Moves focus to the element, then triggers the series of events to invoke keyboard input for the specified key.
Public function TAsyncResult< bool >

Type ( const TArray< FKey >& Keys
)

Moves focus to the element, then triggers the series of events to invoke keyboard input for each key specified.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page