Type

Overload list

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

  Type Name Description
Public function IAsyncActionSequence &

Type ( const TCHAR* Text
)

Queues the series of events to invoke keyboard input for each character specified.
Public function IAsyncActionSequence &

Type ( const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator,
const TArray< FKey >& Keys
)

Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for each key specified.
Public function IAsyncActionSequence &

Type ( FString Text
)

Queues the series of events to invoke keyboard input for each character of the string specified.
Public function IAsyncActionSequence &

Type ( FKey Key
)

Queues the series of events to invoke keyboard input for the key specified.
Public function IAsyncActionSequence &

Type ( TCHAR Character
)

Queues the series of events to invoke keyboard input for the character specified.
Public function IAsyncActionSequence &

Type ( const TArray< FKey >& Keys
)

Queues the series of events to invoke keyboard input for each key specified.
Public function IAsyncActionSequence &

Type ( const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator,
const TCHAR* Text
)

Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for each character specified.
Public function IAsyncActionSequence &

Type ( const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator,
FString Text
)

Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for each character of the string specified.
Public function IAsyncActionSequence &

Type ( const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator,
FKey Key1
)

Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for the key specified.
Public function IAsyncActionSequence &

Type ( const TSharedRef< IElementLocator, ESPMode::ThreadSafe >& ElementLocator,
TCHAR Character
)

Queues the a change of focus to the specified element, then a series of events to invoke keyboard input for the character specified.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page