FDTLSHandlerComponent::OutgoingConnectionless

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

Windows
MacOS
Linux

Override Hierarchy

HandlerComponent::OutgoingConnectionless()

FDTLSHandlerComponent::OutgoingConnectionless()

References

Module

DTLSHandlerComponent

Header

/Engine/Plugins/Runtime/PacketHandlers/DTLSHandlerComponent/Source/Public/DTLSHandlerComponent.h

Include

#include "DTLSHandlerComponent.h"

Syntax

virtual 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