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