FTcpSocketBuilder::AsReusable

Sets re-usability of the bound address by other sockets.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Common/TcpSocketBuilder.h"

Syntax

FTcpSocketBuilder AsReusable
(
    bool bInReusable
)

Remarks

Sets re-usability of the bound address by other sockets.

Returns

This instance (for method chaining).

Parameters

Parameter

Description

bInReusable

Whether to enable or disable re-usability of the bound address.

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