FSimpleAbstractSocket::Send

Send bytes out the socket

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

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