Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Sockets/Public/NetworkMessage.h |
Include |
#include "NetworkMessage.h" |
FSimpleAbstractSocket_FMultichannelTCPSocket
(
class FMultichannelTcpSocket * InSocket,
uint32 InSendChannel,
uint32 InReceiveChannel
)
Constructor
Parameter |
Description |
---|---|
InSocket |
Multichannel socket to forward requests to |
InSendChannel |
Channel to send to |
InReceiveChannel |
Channel to receive from, defaults to the sending channel |