Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FUdpSocketBuilder
Description
Sets the multicast outgoing interface.
| Name | WithMulticastInterface |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketBuilder.h |
| Include Path | #include "Common/UdpSocketBuilder.h" |
FUdpSocketBuilder & WithMulticastInterface
(
const FIPv4Address & InterfaceAddress
)
This instance (for method chaining).
Parameters
| Name | Remarks |
|---|---|
| InterfaceAddress | The interface to use to send multicast datagrams. |
See Also
-
JoinedToGroup
-
WithMulticastLoopback