INetProfilerProvider::CreateStatsCountersAggregation

Computes aggregated statscounters for a packet interval [PacketIndexIntervalStart, PacketIndexIntervalEnd] is the inclusive packet interval.

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)< [FNetProfilerAggregatedStatsCounterStats](API\Developer\TraceServices\TraceServices\Model\FNetProfilerAggr-) > * CreateStatsCountersAggregation
(
    uint32 ConnectionIndex,
    [ENetProfilerConnectionMode](API\Developer\TraceServices\TraceServices\Model\TraceServices__E-_6) Mode,
    uint32 PacketIndexIntervalStart,
    uint32 PacketIndexIntervalEnd
) const

Remarks

Computes aggregated statscounters for a packet interval [PacketIndexIntervalStart, PacketIndexIntervalEnd] is the inclusive packet interval.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library