PacketHandler::Incoming_Internal

Internal handling for Incoming/IncomingConnectionless

Windows
MacOS
Linux

References

Module

PacketHandler

Header

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

Include

#include "PacketHandler.h"

Source

/Engine/Source/Runtime/PacketHandlers/PacketHandler/Private/PacketHandler.cpp

Syntax

const ProcessedPacket Incoming_Internal
(
    uint8 * Packet,
    int32 CountBytes,
    bool bConnectionless,
    const TSharedPtr< const FInternetAddr > & 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

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