Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > UMinimalClient
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 |
bool SendRawBunch
&40;
FOutBunch & Bunch,
bool bAllowPartial
&41;
Remarks
Sends a raw packet bunch, directly to the NetConnection, with the option of automatically splitting into partial bunches. Whether or not the bunch was sent successfully
Parameters
Name | Description |
---|---|
Bunch | The bunch to send |
bAllowPartial | Whether to allow automatic splitting of the packet into partial packets, if it exceeds the maximum size |