Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/Common > API/Runtime/Networking/Common/FUdpSocketSender
References
| Module | Networking |
| Header | /Engine/Source/Runtime/Networking/Public/Common/UdpSocketSender.h |
| Include | #include "Common/UdpSocketSender.h" |
bool Send
(
const TSharedRef < TArray < uint8 >, ESPMode::ThreadSafe > & Data,
const FIPv4Endpoint & Recipient
)
Remarks
Sends data to the specified recipient. true if the data will be sent, false otherwise.
Parameters
| Name | Description |
|---|---|
| Data | The data to send. |
| Recipient | The recipient. |