FPacket

Structure for outbound packets.

Windows
MacOS
Linux

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Common/UdpSocketSender.h

Include

#include "Common/UdpSocketSender.h"

Syntax

struct FPacket

Remarks

Structure for outbound packets.

Variables

Name Description

Public variable

TSharedPtr< TAr...

 

Data

Holds the packet's data.

Public variable

FIPv4Endpoint

 

Recipient

Holds the recipient.

Constructors

Name Description

Public function

FPacket()

Default constructor.

Public function

FPacket

(
    const TSharedRef< TArray< uint8 >, ...,
    const FIPv4Endpoint& InRecipient
)

Creates and initializes a new instance.

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