Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| Name | TForEachNStep |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineAsyncOp.h |
| Include Path | #include "Online/OnlineAsyncOp.h" |
Syntax
template<typename CallableResultType, typename ResultElementType>
class TForEachNStep : public UE::Online::Private::TForEachStepBase< Private::TForEachNResultElementType_T< CallableResultType > >
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TForEachNStep
(
int32 InBatchSize, |
Online/OnlineAsyncOp.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BatchSize | int32 | Online/OnlineAsyncOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetExecFunction
(
TOnlineAsyncOp< OpType >& InOperation, |
Online/OnlineAsyncOp.h |