PacketHandler::IncomingHigh

Add runtime-calculated arrays for each packet pipeline type, to reduce redundant iterations, (there are 3x iterations now, 1 for each packet pipeline type), and to ignore inactive [HandlerComponent](API\Runtime\PacketHandler\HandlerComponent)'s

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

Add runtime-calculated arrays for each packet pipeline type, to reduce redundant iterations, (there are 3x iterations now, 1 for each packet pipeline type), and to ignore inactive HandlerComponent's

The reserved packet bits needs to be handled differently for the 'High' functions, as they use SendBuffer, which normally is reduced in size by reserved packet bits.

Work in progress, don't use yet. 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