Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Common > API/Runtime/Networking/Common/FTcpSocketBuilder > API/Runtime/Networking/Common/FTcpSocketBuilder/AsReusable
References
| Module | Networking |
| Header | /Engine/Source/Runtime/Networking/Public/Common/TcpSocketBuilder.h |
| Include | #include "Common/TcpSocketBuilder.h" |
FTcpSocketBuilder AsReusable
(
bool bInReusable
)
Remarks
Sets re-usability of the bound address by other sockets. This instance (for method chaining).
Parameters
| Name | Description |
|---|---|
| bInReusable | Whether to enable or disable re-usability of the bound address. |