Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights
| Name | TRestrictedPageArrayView |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
| Include Path | #include "INetworkPredictionProvider.h" |
Syntax
template<typename T>
struct TRestrictedPageArrayView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRestrictedPageArrayView
(
const TraceServices::TPagedArray< T >& InPageArray, |
INetworkPredictionProvider.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EndItemIdx | uint64 | INetworkPredictionProvider.h | ||
| PageArray | const TraceServices::TPagedArray< T > & | INetworkPredictionProvider.h | ||
| StartItemIdx | uint64 | INetworkPredictionProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & GetFirst() |
INetworkPredictionProvider.h | ||
TRestrictedPageViewIterator< T > GetIterator() |
INetworkPredictionProvider.h | ||
TRestrictedPageViewIterator< T > GetIteratorFromEnd() |
INetworkPredictionProvider.h | ||
const T & GetLast() |
INetworkPredictionProvider.h | ||
int32 GetNum() |
INetworkPredictionProvider.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & operator[]
(
uint64 Index |
INetworkPredictionProvider.h |