Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool LeaveMulticastGroup
(
const FInternetAddr& GroupAddress |
Removes this UDP client from the specified multicast group. | Sockets.h | |
bool LeaveMulticastGroup
(
const FInternetAddr& GroupAddress, |
Removes this UDP client from the specified multicast group on the specified interface. | Sockets.h |
LeaveMulticastGroup(const FInternetAddr &)
Description
Removes this UDP client from the specified multicast group.
| Name | LeaveMulticastGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include Path | #include "Sockets.h" |
bool LeaveMulticastGroup
(
const FInternetAddr & GroupAddress
)
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| The | multicast group address to leave. |
See Also
-
JoinMulticastGroup
-
SetMulticastLoopback
-
SetMulticastTtl
LeaveMulticastGroup(const FInternetAddr &, const FInternetAddr &)
Description
Removes this UDP client from the specified multicast group on the specified interface.
| Name | LeaveMulticastGroup |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include Path | #include "Sockets.h" |
bool LeaveMulticastGroup
(
const FInternetAddr & GroupAddress,
const FInternetAddr & InterfaceAddress
)
true on success, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| GroupAddress | The multicast group address to leave. |
| InterfaceAddress | The address representing the interface. |
See Also
-
JoinMulticastGroup
-
SetMulticastLoopback
-
SetMulticastTtl