PacketHandler::Outgoing_Internal

Internal handling for Outgoing/OutgoingConnectionless

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 Outgoing_Internal
(
    uint8 * Packet,
    int32 CountBits,
    FOutPacketTraits & Traits,
    bool bConnectionless,
    const FString & Address
)

Remarks

Internal handling for Outgoing/OutgoingConnectionless

Returns

Returns the final packet

Parameters

Parameter

Description

Packet

The packet data to be processed

CountBits

The size of the packet data in bits

Traits

Traits for the packet, passed down from the NetConnection, if applicable

bConnectionless

Whether or not this should be sent as a connectionless packet

Address

The address the packet is being sent to (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