FSocket::LeaveMulticastGroup

Removes this UDP client from the specified multicast group.

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/Sockets.h

Include

#include "Sockets.h"

Syntax

bool LeaveMulticastGroup
(
    const FInternetAddr & GroupAddress
)

Remarks

Removes this UDP client from the specified multicast group.

Returns

true on success, false otherwise.

Parameters

Parameter

Description

The

multicast group address to leave.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss