FUdpSocketBuilder::JoinedToGroup

Joins the socket to the specified multicast group.

Windows
MacOS
Linux

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Common/UdpSocketBuilder.h

Include

#include "Common/UdpSocketBuilder.h"

Syntax

FUdpSocketBuilder & JoinedToGroup
(
    const FIPv4Address & GroupAddress
)

Remarks

Joins the socket to the specified multicast group.

Returns

This instance (for method chaining).

Parameters

Parameter

Description

GroupAddress

The IP address of the multicast group to join.

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