FSimpleAbstractSocket_FMultichannelTCPSocket::FSimpleAbstractSocket_FMultichannelTCPSocket

Constructor

Choose your operating system:

Windows

macOS

Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/NetworkMessage.h

Include

#include "NetworkMessage.h"

Syntax

FSimpleAbstractSocket_FMultichannelTCPSocket
(
    class FMultichannelTcpSocket * InSocket,
    uint32 InSendChannel,
    uint32 InReceiveChannel
)

Remarks

Constructor

Parameters

Parameter

Description

InSocket

Multichannel socket to forward requests to

InSendChannel

Channel to send to

InReceiveChannel

Channel to receive from, defaults to the sending channel