Navigation
API > API/Developer > API/Developer/CQTest
This class provides a helper function for creating a FExecute command to handle the result of an async operation.
| Name | TResultCommandFactory< ResultType, FExecute > |
| Type | class |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommands.h |
| Include Path | #include "Commands/TestCommands.h" |
Syntax
template<typename ResultType>
class TResultCommandFactory< ResultType, FExecute >
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TAsyncExecute< ResultType, FExecute > | friend | Commands/TestCommands.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IAutomationLatentCommand > Create
(
FAutomationTestBase& TestRunner, |
Commands/TestCommands.h |