Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/INetProfilerProvider
Description
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.
| Name | CreateAggregation |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/NetProfiler.h |
| Include Path | #include "TraceServices/Model/NetProfiler.h" |
ITable < FNetProfilerAggregatedStats > * CreateAggregation
(
uint32 ConnectionIndex,
ENetProfilerConnectionMode Mode,
uint32 PacketIndexIntervalStart,
uint32 PacketIndexIntervalEnd,
uint32 StartPosition,
uint32 EndPosition
) const