Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include | #include "Sockets.h" |
bool SetMulticastInterface
(
const FInternetAddr & InterfaceAddress
)
Remarks
Sets the interface used to send outgoing multicast datagrams.
Multicast traffic is sent using the default interface, this allows to explicitly set the interface used to send outgoing multicast datagrams. true if the call succeeded, false otherwise.
Parameters
| Name | Description |
|---|---|
| InterfaceAddress | The interface address. |