Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include | #include "Sockets.h" |
| Source | /Engine/Source/Runtime/Sockets/Private/Sockets.cpp |
virtual bool Send
(
const uint8 * Data,
int32 Count,
int32 & BytesSent
)
Remarks
Sends a buffer on a connected socket.
Parameters
| Name | Description |
|---|---|
| Data | The buffer to send. |
| Count | The size of the data to send. |
| BytesSent | Will indicate how much was sent. |