Navigation
API > API/Developer > API/Developer/CQTest
Latent Command that executes an async action and optionally processes the result in a Latent Command of the specified type.
| Name | TAsyncExecute |
| Type | class |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommands.h |
| Include Path | #include "Commands/TestCommands.h" |
Syntax
template<typename ResultType, typename ResultCommandType>
class TAsyncExecute : public IAutomationLatentCommand
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncExecute
(
FAutomationTestBase& TestRunner, |
Commands/TestCommands.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AsyncResult | TAsyncResult< ResultType > | Commands/TestCommands.h | ||
| Descriptions | TArray< FString > | Commands/TestCommands.h | ||
| RunSequence | FRunSequence | Commands/TestCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Update() |
Commands/TestCommands.h |