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" |
bool HasPendingData
(
uint32 & PendingDataSize
)
Remarks
Queries the socket to determine if there is pending data on the queue. true if the socket has data, false otherwise.
Parameters
| Name | Description |
|---|---|
| PendingDataSize | Will indicate how much data is on the pipe for a single recv call. |