Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FTcpSocketBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Makes the bound address reusable by other sockets. | Common/TcpSocketBuilder.h | ||
FTcpSocketBuilder AsReusable
(
bool bInReusable |
Sets re-usability of the bound address by other sockets. | Common/TcpSocketBuilder.h |
AsReusable()
Description
Makes the bound address reusable by other sockets.
| Name | AsReusable |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Common/TcpSocketBuilder.h |
| Include Path | #include "Common/TcpSocketBuilder.h" |
FTcpSocketBuilder AsReusable()
This instance (for method chaining).
See Also
AsReusable(bool)
Description
Sets re-usability of the bound address by other sockets.
| Name | AsReusable |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Common/TcpSocketBuilder.h |
| Include Path | #include "Common/TcpSocketBuilder.h" |
FTcpSocketBuilder AsReusable
(
bool bInReusable
)
This instance (for method chaining).
Parameters
| Name | Remarks |
|---|---|
| bInReusable | Whether to enable or disable re-usability of the bound address. |