HandlerComponent::OutgoingConnectionless

Handles any outgoing packets not associated with a [UNetConnection](API\Runtime\Engine\Engine\UNetConnection)

Windows
MacOS
Linux

Override Hierarchy

References

Module

PacketHandler

Header

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

Include

#include "PacketHandler.h"

Syntax

void OutgoingConnectionless
(
    const TSharedPtr< const FInternetAddr > & Address,
    FBitWriter & Packet,
    FOutPacketTraits & Traits
)

Remarks

Handles any outgoing packets not associated with a UNetConnection

Parameters

Parameter

Description

Address

The address the packet is being sent to

Packet

The packet to be handled

Traits

Traits for the packet, passed down through the packet pipeline (if applicable)

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