Skip to content

SendSocketSettings

huggins edited this page Apr 10, 2025 · 7 revisions

Send Socket Settings

Settings that all UDP Send Sockets should contain.

struct FSendSocketSettings

Back to Top


Members

Type Name Description
int32 BufferSize The byte size of the buffer for this send socket.
uint8 MulticastTtl The time to live for packets emitted via multicast.
EConnectionType SendSocketConnectionType Connection type to use for this send socket.
FString SocketDescription The description of this send socket.

Back to Top


Constructors

Access Name Description
FSendSocketSettings() Default constructor

Back to Top


Buffer Size

int32 BufferSize

Category: GRILL DIS|UDP Subsystem|Structs

Byte size the buffer of the socket should have. Defaults to roughly 2MB.

Back to Top


Multicast Ttl

uint8 MulticastTtl

Category: GRILL DIS|UDP Subsystem|Structs

The time to live for packets emitted via multicast.


Send Socket Connection Type

EConnectionType SendSocketConnectionType

Category: GRILL DIS|UDP Subsystem|Structs

Connection type to use for this send socket.

Back to Top


Socket Description

FString SocketDescription

Category: GRILL DIS|UDP Subsystem|Structs

Friendly description of what this socket is to be used for.

Back to Top


FSendSocketSettings

FSendSocketSettings()

Default constructor.

Back to Top


Clone this wiki locally