Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights
| Name | TRestrictedPageViewIterator |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
| Include Path | #include "INetworkPredictionProvider.h" |
Syntax
template<typename T>
struct TRestrictedPageViewIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRestrictedPageViewIterator
(
const TRestrictedPageArrayView< T >& InPageArrayView, |
INetworkPredictionProvider.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentItemIdx | uint64 | INetworkPredictionProvider.h | ||
| It | TraceServices::TPagedArrayIterator< T, typename TraceServices::TPagedArray< T >::PageType > | INetworkPredictionProvider.h | ||
| PageArrayView | const TRestrictedPageArrayView< T > & | INetworkPredictionProvider.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator--() |
INetworkPredictionProvider.h | ||
operator bool() |
INetworkPredictionProvider.h | ||
const T & operator*() |
INetworkPredictionProvider.h | ||
void operator++() |
INetworkPredictionProvider.h | ||
const T * operator->() |
INetworkPredictionProvider.h |