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 | IDriverSequence |
| Type | class |
| Header File | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
| Include Path | #include "IDriverSequence.h" |
Syntax
class IDriverSequence
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IActionSequence & Actions() |
IDriverSequence.h | ||
bool Perform() |
Executes all the actions that have been queued for this sequence. | IDriverSequence.h |