Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FTcpSocketBuilder
Description
Sets the local address to bind the socket to.
Unless specified in a subsequent call to BoundToPort(), a random port number will be assigned by the underlying provider.
| Name | BoundToAddress |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Common/TcpSocketBuilder.h |
| Include Path | #include "Common/TcpSocketBuilder.h" |
FTcpSocketBuilder BoundToAddress
(
const FIPv4Address & Address
)
This instance (for method chaining).
Parameters
| Name | Remarks |
|---|---|
| Address | The IP address to bind the socket to. |
See Also
-
BoundToEndpoint
-
BoundToPort