Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| Name | TContinuationResult |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineAsyncOp.h |
| Include Path | #include "Online/OnlineAsyncOp.h" |
Syntax
template<typename TResultType>
struct TContinuationResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Online/OnlineAsyncOp.h | |||
TContinuationResult
(
TResultType&& InResult |
Online/OnlineAsyncOp.h |
Struct Specializations
| Name | Remarks |
|---|---|
| TContinuationResult< void > |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Result | TOptional< TResultType > | Online/OnlineAsyncOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TResultType & GetResult () |
Online/OnlineAsyncOp.h | ||
const TResultType & GetResult () |
Online/OnlineAsyncOp.h | ||
bool IsComplete() |
Online/OnlineAsyncOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TContinuationResult Complete
(
TResultType&& InResult |
Online/OnlineAsyncOp.h | ||
static TContinuationResult Repeat() |
Online/OnlineAsyncOp.h |