PacketHandler::IncomingHigh

Processes incoming packets at the [UNetConnection](API\Runtime\Engine\Engine\UNetConnection) level, after uncapping the packet into an [FBitReader](API\Runtime\Core\Serialization\FBitReader).

Windows
MacOS
Linux

References

Module

PacketHandler

Header

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h

Include

#include "PacketHandler.h"

Source

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Private/PacketHandler.cpp

Syntax

void IncomingHigh
(
    FBitReader & Reader
)

Remarks

Processes incoming packets at the UNetConnection level, after uncapping the packet into an FBitReader.

Use this for simple data additions to packets, and for maximum compatibility with other HandlerComponent's.

Parameters

Parameter

Description

Reader

The FBitReader for the incoming packet

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