Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformHostSocket
Mode of a socket read
| Name | EReceiveFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformHostSocket.h |
| Include Path | #include "GenericPlatform/GenericPlatformHostSocket.h" |
Syntax
enum EReceiveFlags
{
DontWait,
WaitAll,
}
Values
| Name | Remarks |
|---|---|
| DontWait | |
| WaitAll |