Navigation
Unreal Engine C++ API Reference > Developer > AutomationDriver
References
Module | AutomationDriver |
Header | /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h |
Include | #include "IDriverSequence.h" |
Syntax
class IDriverSequence
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 | |
---|---|---|---|
![]() |
IActionSequence & | Actions () |
|
![]() |
bool | Perform () |
Executes all the actions that have been queued for this sequence. |