FSimpleAbstractSocket::Send

Send bytes out the socket

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Sockets

Header

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

Include

#include "NetworkMessage.h"

Syntax

bool Send
(
    const uint8 * Buffer,
    int32 Size
) const

Remarks

Send bytes out the socket

Returns

true if read is successful

Parameters

Parameter

Description

Buffer

Buffer containing bytes to send

Size

Number of bytes to send