Skip to content

SendSocketSettings

huggins edited this page May 3, 2023 · 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.
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


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