Navigation
API > API/Runtime > API/Runtime/Core
Flags for Input/Output stats to retrieve
| Name | EInputOutputFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
enum EInputOutputFlags
{
BlockingInput = 0x01,
BlockingOutput = 0x02,
BlockingOther = 0x04,
InputBytes = 0x08,
OutputBytes = 0x10,
OtherBytes = 0x20,
All = 0xFF,
}
Values
| Name | Remarks |
|---|---|
| BlockingInput | |
| BlockingOutput | |
| BlockingOther | |
| InputBytes | |
| OutputBytes | |
| OtherBytes | |
| All |