Navigation
API > API/Developer > API/Developer/CQTest
| Name | TResultCommandFactory |
| Type | class |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommands.h |
| Include Path | #include "Commands/TestCommands.h" |
Syntax
template<typename ResultType, typename CommandType>
class TResultCommandFactory
Class Specializations
| Name | Remarks |
|---|---|
| TResultCommandFactory< ResultType, FExecute > | This class provides a helper function for creating a FExecute command to handle the result of an async operation. |
| TResultCommandFactory< ResultType, FWaitUntil > | This class provides a helper function for creating a FWaitUntil command to handle the result of an async operation. |