-
Notifications
You must be signed in to change notification settings - Fork 20
SendSocketInfo
huggins edited this page Apr 10, 2025
·
6 revisions
Contains information for setting up a send socket.
struct FSendSocketInfo| 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. |
FString IpAddressThe 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
int32 PortThe Port to send UDP packets to. Valid Port ranges are from 1024 to 65535.
Category: GRILL DIS|Game Manager|Structs
Range: [1024, 65535]
FReceiveSocketSettings SocketSettingsThe send socket settings for this send socket.
Category: GRILL DIS|Game Manager|Structs