Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket > API/Runtime/Sockets/FSocket/LeaveMulticastGroup
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include | #include "Sockets.h" |
bool LeaveMulticastGroup
(
const FInternetAddr & GroupAddress,
const FInternetAddr & InterfaceAddress
)
Remarks
Removes this UDP client from the specified multicast group on the specified interface. true on success, false otherwise.
Parameters
| Name | Description |
|---|---|
| GroupAddress | The multicast group address to leave. |
| InterfaceAddress | The address representing the interface. |