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 FString & Data
)

Remarks

Transmit data over the connection.

Parameters

Parameter

Description

Data

data to be sent as a UTF-8 encoded string.

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