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