UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FProcessIOStats Struct Reference

#include <GenericPlatformMisc.h>

Public Attributes

uint64 BlockingInput = 0
 
uint64 BlockingOutput = 0
 
uint64 BlockingOther = 0
 
uint64 InputBytes = 0
 
uint64 OutputBytes = 0
 
uint64 OtherBytes = 0
 

Detailed Description

Different types of Input/Output stats

Member Data Documentation

◆ BlockingInput

uint64 FProcessIOStats::BlockingInput = 0

Blocking Input operations

◆ BlockingOther

uint64 FProcessIOStats::BlockingOther = 0

Blocking operations that were neither Input or Output operations (platform dependent)

◆ BlockingOutput

uint64 FProcessIOStats::BlockingOutput = 0

Blocking Output operations

◆ InputBytes

uint64 FProcessIOStats::InputBytes = 0

Input bytes transferred

◆ OtherBytes

uint64 FProcessIOStats::OtherBytes = 0

Bytes transferred that were not from either Input or Output operations

◆ OutputBytes

uint64 FProcessIOStats::OutputBytes = 0

Output bytes transferred


The documentation for this struct was generated from the following file: