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 SetNonBlocking
(
bool bIsNonBlocking
)
Remarks
Sets this socket into non-blocking mode. true if successful, false otherwise.
Parameters
| Name | Description |
|---|---|
| bIsNonBlocking | Whether to enable blocking or not. |