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