Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights
Description
Searches through PageArray for index+1 of first element > MinFrameNumber. E.g, index to iterate up to (<) for valid EngineFrameNumber. Fixme: it probably makes more sense to just give this a start index and pickup where FindMinIndex left off
| Name | FindMaxIndexPagedArray |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
| Include Path | #include "INetworkPredictionProvider.h" |
template<typename T>
uint64 FindMaxIndexPagedArray
(
const TraceServices::TPagedArray< T > & PageArray,
uint64 MaxFrameNumber
)