Navigation
API > API/Developer > API/Developer/CQTest
| Name | TAsyncResultCallbackArg |
| Type | struct |
| Header File | /Engine/Source/Developer/CQTest/Public/Commands/TestCommands.h |
| Include Path | #include "Commands/TestCommands.h" |
Syntax
template<typename ResultType>
struct TAsyncResultCallbackArg
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | decltype(std::declval< TAsyncResult< ResultType > >().GetFuture().Get()) | Commands/TestCommands.h |