Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UClientUnitTest
Description
Bunches received on the control channel. These need to be parsed manually, because the control channel is intentionally disrupted (otherwise it can affect the main client state)
| Name | ReceivedControlBunch |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h |
| Include Path | #include "ClientUnitTest.h" |
| Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp |
virtual void ReceivedControlBunch
(
FInBunch & Bunch
)
Parameters
| Name | Remarks |
|---|---|
| Bunch | The bunch being received |