INetworkingWebSocket::Send

Send raw data to remote end point.

Windows
MacOS
Linux

References

Module

WebSocketNetworking

Header

/Engine/Plugins/Experimental/WebSocketNetworking/Source/WebSocketNetworking/Public/INetworkingWebSocket.h

Include

#include "INetworkingWebSocket.h"

Syntax

bool Send
(
    const uint8 * Data,
    uint32 Size,
    bool bPrependSize
)

Remarks

Send raw data to remote end point.

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