Skip to content

SendSocketInfo

huggins edited this page Apr 10, 2025 · 6 revisions

Send Socket Info

Contains information for setting up a send socket.

struct FSendSocketInfo

Back to Top


Members

Type Name Description
FString IpAddress The IP Address to send UDP packets to. If Multicast is enabled, the IP Address should represent the Multicast Address. The valid Multicast Address range is 224.0.0.1 to 239.255.255.255.
int32 Port The Port to send UDP packets to. Valid Port ranges are from 1024 to 65535.
FSendSocketSettings SocketSettings The send socket settings for this send socket.

Back to Top


Details

IpAddress

FString IpAddress

The IP Address to send UDP packets to. If Multicast is enabled, the IP Address should represent the Multicast Address. The valid Multicast Address range is 224.0.0.1 to 239.255.255.255.

Category: GRILL DIS|Game Manager|Structs

Back to Top


Port

int32 Port

The Port to send UDP packets to. Valid Port ranges are from 1024 to 65535.

Category: GRILL DIS|Game Manager|Structs

Range: [1024, 65535]

Back to Top


SocketSettings

FReceiveSocketSettings SocketSettings

The send socket settings for this send socket.

Category: GRILL DIS|Game Manager|Structs

Back to Top


Clone this wiki locally