IWebSocket::Send

Transmit data over the connection.

Windows
MacOS
Linux

References

Module

WebSockets

Header

/Engine/Source/Runtime/Online/WebSockets/Public/IWebSocket.h

Include

#include "IWebSocket.h"

Syntax

void Send
(
    const void * Data,
    SIZE_T Size,
    bool bIsBinary
)

Remarks

Transmit data over the connection.

Parameters

Parameter

Description

Data

raw binary data to be sent.

Size

number of bytes to send.

bIsBinary

set to true to send binary frame to the peer instead of text.

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