Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
Inheritance Hierarchy
- IStep
- TStep
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineAsyncOp.h |
| Include | #include "Online/OnlineAsyncOp.h" |
Syntax
template<typename ResultType>
class TStep : public UE::Online::Private::IStep
Specializations
Constructors
| Type | Name | Description | |
|---|---|---|---|
TStep
(
FOnlineAsyncExecutionPolicy&& InExecutionPolicy |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~TStep () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ResultType & | GetResultRef () |
||
| void | SetExecFunction
(
TOnlineAsyncOp< OpType >& InOperation, |
||
| void | SetExecFunction
(
TOnlineAsyncOp< OpType >& InOperation, |
Overridden from IStep
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
||
| const FOnlineAsyncExecutionPolicy & |