![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WindowsPlatformMisc.h>
Public Attributes | |
| TCHAR | DriveName |
| uint64 | UsedBytes |
| uint64 | FreeBytes |
| EStorageDeviceType | DriveType |
Storage drive information
| TCHAR FPlatformDriveStats::DriveName |
Drive name, usually C or D
| EStorageDeviceType FPlatformDriveStats::DriveType |
Type of underlying hardware.
| uint64 FPlatformDriveStats::FreeBytes |
Total number of free bytes on the drive, determined during PlatformInit. This information can be refreshed using FWindowsPlatformMisc::UpdateDriveFreeSpace();
| uint64 FPlatformDriveStats::UsedBytes |
Total number of used bytes on the drive, determined during PlatformInit. This information can be refreshed using FWindowsPlatformMisc::UpdateDriveFreeSpace();