Navigation
API > API/Developer > API/Developer/AutomationDriver
Represents a sequence of actions that can be performed as a single unit by the automation driver associted with this sequence
| Name | IAsyncDriverSequence |
| Type | class |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
Syntax
class IAsyncDriverSequence
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAsyncActionSequence & Actions() |
IDriverSequence.h | ||
TAsyncResult< bool > Perform () |
Executes all the actions that have been queued for this sequence. | IDriverSequence.h |