Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights
References
Module | NetworkPredictionInsights |
Header | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
Include | #include "INetworkPredictionProvider.h" |
Syntax
template<typename T>
struct TRestrictedPageArrayView
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TRestrictedPageArrayView
(
const TraceServices::TPagedArray< T >& InPageArray, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const T & | GetFirst () |
|
![]() ![]() |
TRestrictedPageViewIterator< T > | GetIterator () |
|
![]() ![]() |
TRestrictedPageViewIterator< T > | ||
![]() ![]() |
const T & | GetLast () |
|
![]() ![]() |
int32 | GetNum () |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const T & | operator[]
(
uint64 Index |