Navigation
API > API/Developer > API/Developer/CQTest > API/Developer/CQTest/FRunSequence
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRunSequence
(
const TArray< TSharedPtr< IAutomationLatentCommand > >& ToAdd |
Commands/TestCommands.h | ||
FRunSequence
(
Cmds... Commands |
Commands/TestCommands.h |
FRunSequence(const TArray< TSharedPtr< IAutomationLatentCommand > > &)
| Name | FRunSequence |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommands.h |
| Include Path | #include "Commands/TestCommands.h" |
FRunSequence
(
const TArray< TSharedPtr< IAutomationLatentCommand > > & ToAdd
)
FRunSequence(Cmds...)
| Name | FRunSequence |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommands.h |
| Include Path | #include "Commands/TestCommands.h" |
template<class... Cmds>
FRunSequence
(
Cmds... Commands
)