FMultichannelTcpReceiver::FMultichannelTcpReceiver

Creates and initializes a new instance.

Choose your operating system:

Windows

macOS

Linux

References

Module

Sockets

Header

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

Include

#include "MultichannelTcpReceiver.h"

Syntax

FMultichannelTcpReceiver
(
    FSocket * InSocket,
    const FOnMultichannelTcpReceive & InReceiveDelegate
)

Remarks

Creates and initializes a new instance.

Parameters

Parameter

Description

InSocket

The socket to receive from.

InReceiveDelegate

Delete to handle data as it becomes available, called from the receive thread.