FNetworkProfiler::PushSendBunch

Add a sent bunch to the stack.

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 PushSendBunch
(
    UNetConnection * Connection,
    FOutBunch * OutBunch,
    uint16 NumHeaderBits,
    uint16 NumPayloadBits
)

Remarks

Add a sent bunch to the stack. These bunches are not written to the stream immediately, because they may be merged with another bunch in the future.

Parameters

Parameter

Description

Connection

The connection on which this bunch was sent

OutBunch

The bunch being sent

NumHeaderBits

Number of bits in the bunch header

NumPayloadBits

Number of bits in the bunch, excluding the header

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