UMinimalClient::SendRawBunch

Sends a raw packet bunch, directly to the NetConnection, with the option of automatically splitting into partial bunches.

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/MinimalClient.h

Include

#include "MinimalClient.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/MinimalClient.cpp

Syntax

bool SendRawBunch
(
    FOutBunch & Bunch,
    bool bAllowPartial
)

Remarks

Sends a raw packet bunch, directly to the NetConnection, with the option of automatically splitting into partial bunches.

Returns

Whether or not the bunch was sent successfully

Parameters

Parameter

Description

Bunch

The bunch to send

bAllowPartial

Whether to allow automatic splitting of the packet into partial packets, if it exceeds the maximum size

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