Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Sockets/Public/MultichannelTcpReceiver.h |
Include |
#include "MultichannelTcpReceiver.h" |
FMultichannelTcpReceiver
(
FSocket * InSocket,
const FOnMultichannelTcpReceive & InReceiveDelegate
)
Creates and initializes a new instance.
Parameter |
Description |
---|---|
InSocket |
The socket to receive from. |
InReceiveDelegate |
Delete to handle data as it becomes available, called from the receive thread. |