UChannel::ReceivedRawBunch

Process a raw, possibly out-of-sequence bunch: either queue it or dispatch it.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Channel.h

Include

#include "Engine/Channel.h"

Source

/Engine/Source/Runtime/Engine/Private/DataChannel.cpp

Syntax

void ReceivedRawBunch
(
    FInBunch & Bunch,
    bool & bOutSkipAck
)

Remarks

Process a raw, possibly out-of-sequence bunch: either queue it or dispatch it. The bunch is sure not to be discarded.

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