FUdpSocketBuilder::WithMulticastTtl

Sets the multicast time-to-live.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Common/UdpSocketBuilder.h"

Syntax

FUdpSocketBuilder & WithMulticastTtl
(
    uint8 TimeToLive
)

Remarks

Sets the multicast time-to-live.

Returns

This instance (for method chaining).

Parameters

Parameter

Description

TimeToLive

The time to live.

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