Navigation
API > API/Runtime > API/Runtime/Core
Different types of Input/Output stats
| Name | FProcessIOStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
struct FProcessIOStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlockingInput | uint64 | Blocking Input operations | GenericPlatform/GenericPlatformMisc.h | |
| BlockingOther | uint64 | Blocking operations that were neither Input or Output operations (platform dependent) | GenericPlatform/GenericPlatformMisc.h | |
| BlockingOutput | uint64 | Blocking Output operations | GenericPlatform/GenericPlatformMisc.h | |
| InputBytes | uint64 | Input bytes transferred | GenericPlatform/GenericPlatformMisc.h | |
| OtherBytes | uint64 | Bytes transferred that were not from either Input or Output operations | GenericPlatform/GenericPlatformMisc.h | |
| OutputBytes | uint64 | Output bytes transferred | GenericPlatform/GenericPlatformMisc.h |