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 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 |
---|---|---|
IAsyncAction... | Actions () | |
TAsyncResult... | Perform () | Executes all the actions that have been queued for this sequence. |