HandlerComponent::IncomingConnectionless

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

Windows
MacOS
Linux

Override Hierarchy

HandlerComponent::IncomingConnectionless()

StatelessConnectHandlerComponent::IncomingConnectionless()

References

Module

PacketHandler

Header

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

Include

#include "PacketHandler.h"

Syntax

virtual void IncomingConnectionless
(
    FIncomingPacketRef PacketRef
)

Remarks

Handles incoming packets not associated with a UNetConnection

Parameters

Parameter

Description

PacketRef

Reference of the packet being processed

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