ReliabilityHandlerComponent::QueueHandlerPacketForResending

Queues a packet sent through SendHandlerPacket, for resending

Windows
MacOS
Linux

References

Module

ReliabilityHandlerComponent

Header

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

Include

#include "ReliabilityHandlerComponent.h"

Syntax

void QueueHandlerPacketForResending
(
    HandlerComponent * InComponent,
    uint8 * Packet,
    int32 CountBits,
    FOutPacketTraits & Traits
)

Remarks

Queues a packet sent through SendHandlerPacket, for resending

Parameters

Parameter

Description

InComponent

The HandlerComponent the packet originated from

Packet

The packet to be queued

CountBits

The number of bits in the 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