FMultichannelTcpReceiver::FMultichannelTcpReceiver

Creates and initializes a new instance.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss