INetProfilerProvider::CreateAggregation

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

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > INetProfilerProvider

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/NetProfiler.h
Include #include "TraceServices/Model/NetProfiler.h"
[ITable](API\Developer\TraceServices\TraceServices\Containers\ITable)< [FNetProfilerAggregatedStats](API\Developer\TraceServices\TraceServices\Model\FNetProfilerAggregatedStats) > * CreateAggregation
(
    uint32 ConnectionIndex,
    [ENetProfilerConnectionMode](API\Developer\TraceServices\TraceServices\Model\TraceServices__E-_6) 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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library