INetProfilerProvider::EnumeratePacketContentEventsByPosition

Enumerates packet content events for a packet, in the exclusive bit range [StartPosition, EndPosition). */.

Windows
MacOS
Linux

References

Module

TraceServices

Header

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

Include

#include "TraceServices/Model/NetProfiler.h"

Syntax

void EnumeratePacketContentEventsByPosition
(
    uint32 ConnectionIndex,
    ENetProfilerConnectionMode Mode,
    uint32 PacketIndex,
    uint32 StartPosition,
    uint32 EndPosition,
    TFunctionRef< void &)> Callback
) const

Remarks

Enumerates packet content events for a packet, in the exclusive bit range [StartPosition, EndPosition). */.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss