Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FUdpSocketBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUdpSocketBuilder & JoinedToGroup
(
const FIPv4Address& GroupAddress |
Joins the socket to the specified multicast group. | Common/UdpSocketBuilder.h | |
FUdpSocketBuilder & JoinedToGroup
(
const FIPv4Address& GroupAddress, |
Joins the socket to the specified multicast group. | Common/UdpSocketBuilder.h |
JoinedToGroup(const FIPv4Address &)
Description
Joins the socket to the specified multicast group.
| Name | JoinedToGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketBuilder.h |
| Include Path | #include "Common/UdpSocketBuilder.h" |
FUdpSocketBuilder & JoinedToGroup
(
const FIPv4Address & GroupAddress
)
This instance (for method chaining).
Parameters
| Name | Remarks |
|---|---|
| GroupAddress | The IP address of the multicast group to join. |
See Also
-
WithMulticastLoopback
-
WithMulticastTtl
JoinedToGroup(const FIPv4Address &, const FIPv4Address &)
Description
Joins the socket to the specified multicast group.
| Name | JoinedToGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketBuilder.h |
| Include Path | #include "Common/UdpSocketBuilder.h" |
FUdpSocketBuilder & JoinedToGroup
(
const FIPv4Address & GroupAddress,
const FIPv4Address & InterfaceAddress
)
This instance (for method chaining).
Parameters
| Name | Remarks |
|---|---|
| GroupAddress | The IP address of the multicast group to join. |
| InterfaceAddress | The IP address of the interface to join the multicast group on. |
See Also
-
WithMulticastLoopback
-
WithMulticastTtl