Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online > API/Plugins/OnlineServicesCommon/Online/TOnlineAsyncOpBase
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineAsyncOp.h |
| Include | #include "Online/OnlineAsyncOp.h" |
template<typename CallableType>
auto Then
&40;
CallableType && Callable,
FOnlineAsyncExecutionPolicy ExecutionPolicy
&41;
Remarks
Callable can take one of the following forms, where the second form is used when an asynchronous call can set the promise with a value that is only valid for the duration of the Callable call ResultType(AsyncOp, LastResult) AsyncOp is a FOnlineAsyncOp& or TOnlineAsyncOp