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

#include <WindowsPlatformMisc.h>

Public Attributes

TCHAR DriveName
 
uint64 UsedBytes
 
uint64 FreeBytes
 
EStorageDeviceType DriveType
 

Detailed Description

Storage drive information

Member Data Documentation

◆ DriveName

TCHAR FPlatformDriveStats::DriveName

Drive name, usually C or D

◆ DriveType

EStorageDeviceType FPlatformDriveStats::DriveType

Type of underlying hardware.

◆ FreeBytes

uint64 FPlatformDriveStats::FreeBytes

Total number of free bytes on the drive, determined during PlatformInit. This information can be refreshed using FWindowsPlatformMisc::UpdateDriveFreeSpace();

◆ UsedBytes

uint64 FPlatformDriveStats::UsedBytes

Total number of used bytes on the drive, determined during PlatformInit. This information can be refreshed using FWindowsPlatformMisc::UpdateDriveFreeSpace();


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