FMultichannelTcpSocket::Send

Send data out a given channel, this does not block on bandwidth, and never fails.

Windows
MacOS
Linux

References

Module

Sockets

Header

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

Include

#include "MultichannelTcpSocket.h"

Syntax

void Send
(
    const uint8 * Data,
    int32 Count,
    uint32 Channel
)

Remarks

Send data out a given channel, this does not block on bandwidth, and never fails.

Can be called from any thread, but if you are calling from multiple threads, make sure you are sending an atomic unit.

Parameters

Parameter

Description

Data

The buffer containing the data to send.

Count

The number of bytes to send.

Channel

The channel to send on.

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