PacketHandler::Incoming_Internal

Internal handling for Incoming/IncomingConnectionless

Windows
MacOS
Linux

Deprecated

  • Address is now taken as a shared pointer to remove the burden of format differences from the packethandler

References

Module

PacketHandler

Header

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

Include

#include "PacketHandler.h"

Syntax

const ProcessedPacket Incoming_Internal
(
    uint8 * Packet,
    int32 CountBytes,
    bool bConnectionless,
    const FString & Address
)

Remarks

Internal handling for Incoming/IncomingConnectionless

Returns

Returns the final packet

Parameters

Parameter

Description

Packet

The packet data to be processed

CountBytes

The size of the packet data in bytes

bConnectionless

Whether or not this should be processed as a connectionless packet

Address

The address the packet was received from (format is abstract, determined by active net driver)

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