INetProfilerProvider::EnumeratePackets

Enumerates packets in the provided inclusive packet interval, [PacketIndexIntervalStart, PacketIndexIntervalEnd].

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"
void EnumeratePackets
(
    uint32 ConnectionIndex,
    [ENetProfilerConnectionMode](API\Developer\TraceServices\TraceServices\Model\TraceServices__E-_6) Mode,
    uint32 PacketIndexIntervalStart,
    uint32 PacketIndexIntervalEnd,
    [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< void(const [FNetProfilerPacket](API\Developer\TraceServices\TraceServices\Model\FNetProfilerPacket) &)> Callback
) const

Remarks

Enumerates packets in the provided inclusive packet interval, [PacketIndexIntervalStart, PacketIndexIntervalEnd].


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library