Skip to content

ReceiveSocketInfo

huggins edited this page May 3, 2023 · 5 revisions

Receive Socket Info

Contains information for setting up a receive socket.

struct FReceiveSocketInfo

Back to Top


Members

Type Name Description
FString IpAddress The IP Address to receive UDP packets from. An IP Address of 0.0.0.0 listens to all connection on the specified port. 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 receive UDP packets from. Valid Port ranges are from 1024 to 65535.
FReceiveSocketSettings SocketSettings The receive socket settings for this receive socket.

Back to Top


Details

IpAddress

FString IpAddress

The IP Address to receive UDP packets from. An IP Address of 0.0.0.0 listens to all connection on the specified port. 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 receive UDP packets from. Valid Port ranges are from 1024 to 65535.

Category: GRILL DIS|Game Manager|Structs

Range: [1024, 65535]

Back to Top


SocketSettings

FReceiveSocketSettings SocketSettings

The receive socket settings for this receive socket.

Category: GRILL DIS|Game Manager|Structs

Back to Top


Clone this wiki locally