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 HasPendingConnection
(
bool & bHasPendingConnection
)
Remarks
Queries the socket to determine if there is a pending connection. true if successful, false otherwise.
Parameters
| Name | Description |
|---|---|
| bHasPendingConnection | Will indicate whether a connection is pending or not. |