INetProfilerProvider::CreateAggregation

Computes aggregated stats for a packet interval or for a range of content events in a single packet.

Windows
MacOS
Linux

References

Module

TraceServices

Header

/Engine/Source/Developer/TraceServices/Public/TraceServices/Model/NetProfiler.h

Include

#include "TraceServices/Model/NetProfiler.h"

Syntax

ITable< FNetProfilerAggregatedStats > * CreateAggregation
(
    uint32 ConnectionIndex,
    ENetProfilerConnectionMode Mode,
    uint32 PacketIndexIntervalStart,
    uint32 PacketIndexIntervalEnd,
    uint32 StartPosition,
    uint32 EndPosition
) const

Remarks

Computes aggregated stats for a packet interval or for a range of content events in a single packet. [PacketIndexIntervalStart, PacketIndexIntervalEnd] is the inclusive packet interval. [StartPosition, EndPosition) is the exclusive bit range interval; only used when PacketIndexIntervalStart == PacketIndexIntervalEnd.

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