FindMaxIndexPagedArray

Searches through PageArray for index+1 of first element > MinFrameNumber.

Windows
MacOS
Linux

References

Module

NetworkPredictionInsights

Header

/Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h

Include

#include "INetworkPredictionProvider.h"

Syntax

template<typename T>
uint64 FindMaxIndexPagedArray
(
    const TPagedArray< T > & PageArray,
    uint64 MaxFrameNumber
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss