Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
- FSocket::HasPendingData()
- FSocketEOS::HasPendingData()
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include | #include "Sockets.h" |
bool HasPendingData
&40;
uint32 & PendingDataSize
&41;
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. |