Navigation
API > API/Plugins > API/Plugins/CQTest > API/Plugins/CQTest/Commands
Inheritance Hierarchy
- TSharedFromThis
- IAutomationLatentCommand
- FRunSequence
References
| Module | CQTest |
| Header | /Engine/Plugins/Tests/CQTest/Source/CQTest/Public/Commands/TestCommands.h |
| Include | #include "Commands/TestCommands.h" |
Syntax
class FRunSequence : public IAutomationLatentCommand
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< IAutomationLatentCommand > > | Commands |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRunSequence
(
const TArray< TSharedPtr< IAutomationLatentCommand >>& ToAdd |
|||
FRunSequence
(
Cmds... Commands |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Append
(
TSharedPtr< IAutomationLatentCommand > ToAdd |
||
| void | AppendAll
(
TArray< TSharedPtr< IAutomationLatentCommand >> ToAdd |
||
| bool | IsEmpty () |
||
| void | Prepend
(
TSharedPtr< IAutomationLatentCommand > ToAdd |
Overridden from IAutomationLatentCommand
| Type | Name | Description | |
|---|---|---|---|
| bool | Update () |
Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired) |