FTcpSocketBuilder::BoundToEndpoint

Sets the local endpoint to bind the socket to.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Common/TcpSocketBuilder.h"

Syntax

FTcpSocketBuilder BoundToEndpoint
(
    const FIPv4Endpoint & Endpoint
)

Remarks

Sets the local endpoint to bind the socket to.

Returns

This instance (for method chaining).

Parameters

Parameter

Description

Endpoint

The IP endpoint to bind the socket to.

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