Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FMultichannelTcpSocket
Description
Block until data is available to receive.
Can be called from any thread, but not multiple threads for one channel at once.
| Name | BlockingReceive |
| Type | function |
| Header File | /Engine/Source/Runtime/Sockets/Public/MultichannelTcpSocket.h |
| Include Path | #include "MultichannelTcpSocket.h" |
int32 BlockingReceive
(
uint8 * Data,
int32 Count,
uint32 Channel
)
Parameters
| Name | Remarks |
|---|---|
| Data | The buffer to fill. |
| Count | The number of bytes to receive. |
| Channel | The channel to receive on. |