FUdpSocketBuilder::WithMulticastInterface

Sets the multicast outgoing interface.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Common/UdpSocketBuilder.h"

Syntax

FUdpSocketBuilder & WithMulticastInterface
(
    const FIPv4Address & InterfaceAddress
)

Remarks

Sets the multicast outgoing interface.

Returns

This instance (for method chaining).

Parameters

Parameter

Description

InterfaceAddress

The interface to use to send multicast datagrams.

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