Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UChannel
Description
Process a raw, possibly out-of-sequence bunch: either queue it or dispatch it. The bunch is sure not to be discarded.
| Name | ReceivedRawBunch |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Channel.h |
| Include Path | #include "Engine/Channel.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DataChannel.cpp |
void ReceivedRawBunch
(
FInBunch & Bunch,
bool & bOutSkipAck
)