FNetworkProfiler::TrackSendBunch

Mid level [UChannel::SendBunch](API\Runtime\Engine\Engine\UChannel\SendBunch) information.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h

Include

#include "Net/NetworkProfiler.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp

Syntax

void TrackSendBunch
(
    FOutBunch * OutBunch,
    uint16 NumBits,
    UNetConnection * Connection
)

Remarks

Mid level UChannel::SendBunch information.

Mid level UChannel::SendBunch information.

Parameters

Parameter

Description

OutBunch

FOutBunch being sent

NumBits

Num bits to serialize for this bunch (not including merging)

Channel

UChannel data is being sent to/ on

OutBunch

FOutBunch being sent

NumBits

Num bits to serialize for this bunch (not including merging)

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