Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
FOperatingSystemPartitionSaveLoad Struct Reference

Represents the save/load data for an operating system partition. More...

#include "OperatingSystemSaveLoad.h"

Public Member Functions

 FOperatingSystemPartitionSaveLoad ()
 

Public Attributes

FString SaveLoad_DiskName
 Stores the name of the disk.
 
FString SaveLoad_DiskLetter
 Represents the disk letter.
 
double SaveLoad_TotalSizeInBytes
 Represents the total size in bytes of the partition.
 
double SaveLoad_FreeSpaceInBytes
 Stores the amount of free space in bytes available in the partition or disk.
 
bool bSaveLoad_IsSystemPartition
 Determines if a partition is the system partition or not.
 
FString SaveLoad_PartitionID
 Represents the unique identifier for a partition.
 
TArray< FOperatingSystemDirectoriesSaveLoadSaveLoad_Directories
 

Detailed Description

Represents the save/load data for an operating system partition.

Constructor & Destructor Documentation

◆ FOperatingSystemPartitionSaveLoad()

FOperatingSystemPartitionSaveLoad::FOperatingSystemPartitionSaveLoad ( )
inline

Member Data Documentation

◆ bSaveLoad_IsSystemPartition

bool FOperatingSystemPartitionSaveLoad::bSaveLoad_IsSystemPartition

Determines if a partition is the system partition or not.

See also
UOperatingSystemPartition::bIsSystemPartition

◆ SaveLoad_Directories

TArray<FOperatingSystemDirectoriesSaveLoad> FOperatingSystemPartitionSaveLoad::SaveLoad_Directories

◆ SaveLoad_DiskLetter

FString FOperatingSystemPartitionSaveLoad::SaveLoad_DiskLetter

Represents the disk letter.

◆ SaveLoad_DiskName

FString FOperatingSystemPartitionSaveLoad::SaveLoad_DiskName

Stores the name of the disk.

◆ SaveLoad_FreeSpaceInBytes

double FOperatingSystemPartitionSaveLoad::SaveLoad_FreeSpaceInBytes

Stores the amount of free space in bytes available in the partition or disk.

See also
UOperatingSystemPartition::FreeSpaceInBytes

◆ SaveLoad_PartitionID

FString FOperatingSystemPartitionSaveLoad::SaveLoad_PartitionID

Represents the unique identifier for a partition.

See also
UOperatingSystemPartition::PartitionID

◆ SaveLoad_TotalSizeInBytes

double FOperatingSystemPartitionSaveLoad::SaveLoad_TotalSizeInBytes

Represents the total size in bytes of the partition.

#

See also
UOperatingSystemPartition::TotalSizeInBytes

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