FUdpSocketSender::Send

Sends data to the specified recipient.

Windows
MacOS
Linux

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Common/UdpSocketSender.h

Include

#include "Common/UdpSocketSender.h"

Syntax

bool Send
(
    const TSharedRef< TArray< uint8 >, ESPMode::ThreadSafe > & Data,
    const FIPv4Endpoint & Recipient
)

Remarks

Sends data to the specified recipient.

Returns

true if the data will be sent, false otherwise.

Parameters

Parameter

Description

Data

The data to send.

Recipient

The recipient.

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