Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FTcpSocketBuilder
Description
Sets the local endpoint to bind the socket to.
| Name | BoundToEndpoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Common/TcpSocketBuilder.h |
| Include Path | #include "Common/TcpSocketBuilder.h" |
FTcpSocketBuilder BoundToEndpoint
(
const FIPv4Endpoint & Endpoint
)
This instance (for method chaining).
Parameters
| Name | Remarks |
|---|---|
| Endpoint | The IP endpoint to bind the socket to. |
See Also
-
BoundToPort