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 WithReceiveBufferSize
(
int32 SizeInBytes
)
Remarks
Specifies the desired size of the receive buffer in bytes (0 = default).
The socket creation will not fail if the desired size cannot be set or if the actual size is less than the desired size. This instance (for method chaining).
Parameters
| Name | Description |
|---|---|
| SizeInBytes | The size of the buffer. |