FOnMultichannelTcpReceive

Declares a delegate to be invoked when data has been received.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_ThreeParams< void, const TArray< uint8 > &, uint32, bool > FOnMultichannelTcpReceive

References

Module

Sockets

Header

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

Include

#include "MultichannelTcpReceiver.h"

Remarks

Declares a delegate to be invoked when data has been received.

The first parameter will hold the received data. The second parameter is the number of bytes received. The third parameter indicates whether byte swapping is needed on the received data.

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