Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/TOnlineAsyncOpBase
Description
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
| Name | Then |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineAsyncOp.h |
| Include Path | #include "Online/OnlineAsyncOp.h" |
template<typename CallableType>
auto Then
(
CallableType && Callable,
FOnlineAsyncExecutionPolicy ExecutionPolicy
)