INetProfilerProvider::EnumeratePackets

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

Windows
MacOS
Linux

References

Module

TraceServices

Header

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

Include

#include "TraceServices/Model/NetProfiler.h"

Syntax

void EnumeratePackets
(
    uint32 ConnectionIndex,
    ENetProfilerConnectionMode Mode,
    uint32 PacketIndexIntervalStart,
    uint32 PacketIndexIntervalEnd,
    TFunctionRef< void &)> Callback
) const

Remarks

Enumerates packets in the provided inclusive packet interval, [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