![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GenericPlatformMisc.h>
Public Attributes | |
| uint64 | BlockingInput = 0 |
| uint64 | BlockingOutput = 0 |
| uint64 | BlockingOther = 0 |
| uint64 | InputBytes = 0 |
| uint64 | OutputBytes = 0 |
| uint64 | OtherBytes = 0 |
Different types of Input/Output stats
| uint64 FProcessIOStats::BlockingInput = 0 |
Blocking Input operations
| uint64 FProcessIOStats::BlockingOther = 0 |
Blocking operations that were neither Input or Output operations (platform dependent)
| uint64 FProcessIOStats::BlockingOutput = 0 |
Blocking Output operations
| uint64 FProcessIOStats::InputBytes = 0 |
Input bytes transferred
| uint64 FProcessIOStats::OtherBytes = 0 |
Bytes transferred that were not from either Input or Output operations
| uint64 FProcessIOStats::OutputBytes = 0 |
Output bytes transferred