Skip to content

FOperatingSystemPartitionSaveLoad

#include <OperatingSystemSimulator/Public/OperatingSystemSaveLoad.h>
---
config:
  class:
    hideEmptyMembersBox: true
---
classDiagram
  class FOperatingSystemPartitionSaveLoad["FOperatingSystemPartitionSaveLoad"]
  class FOperatingSystemDirectoriesSaveLoad["FOperatingSystemDirectoriesSaveLoad"]
  FOperatingSystemPartitionSaveLoad *-- FOperatingSystemDirectoriesSaveLoad
---
config:
  class:
    hideEmptyMembersBox: true
---
classDiagram
  class FOperatingSystemPartitionSaveLoad {
    +SaveLoad_DiskName : FString
    +SaveLoad_DiskLetter : FString
    +SaveLoad_TotalSizeInBytes : double
    +SaveLoad_FreeSpaceInBytes : double
    +bSaveLoad_IsSystemPartition : bool
    +SaveLoad_PartitionID : FString
    +SaveLoad_Directories : TArray< FOperatingSystemDirectoriesSaveL
    +FOperatingSystemPartitionSaveLoad()
  }
struct FOperatingSystemPartitionSaveLoad

Defined in OperatingSystemSaveLoad.h:83 Represents the save/load data for an operating system partition.

ReturnNameDescription
FStringSaveLoad_DiskNameStores the name of the disk.
FStringSaveLoad_DiskLetterRepresents the disk letter.
doubleSaveLoad_TotalSizeInBytesRepresents the total size in bytes of the partition.
doubleSaveLoad_FreeSpaceInBytesStores the amount of free space in bytes available in the partition or disk.
boolbSaveLoad_IsSystemPartitionDetermines if a partition is the system partition or not.
FStringSaveLoad_PartitionIDRepresents the unique identifier for a partition.
TArray< FOperatingSystemDirectoriesSaveLoad >SaveLoad_Directories

FString SaveLoad_DiskName

Defined in OperatingSystemSaveLoad.h:91 Stores the name of the disk.


FString SaveLoad_DiskLetter

Defined in OperatingSystemSaveLoad.h:97 Represents the disk letter.


double SaveLoad_TotalSizeInBytes

Defined in OperatingSystemSaveLoad.h:105 Represents the total size in bytes of the partition.

#See also: UOperatingSystemPartition::TotalSizeInBytes


double SaveLoad_FreeSpaceInBytes

Defined in OperatingSystemSaveLoad.h:113 Stores the amount of free space in bytes available in the partition or disk.

See also: UOperatingSystemPartition::FreeSpaceInBytes


bool bSaveLoad_IsSystemPartition

Defined in OperatingSystemSaveLoad.h:121 Determines if a partition is the system partition or not.

See also: UOperatingSystemPartition::bIsSystemPartition


FString SaveLoad_PartitionID

Defined in OperatingSystemSaveLoad.h:129 Represents the unique identifier for a partition.

See also: UOperatingSystemPartition::PartitionID


TArray< FOperatingSystemDirectoriesSaveLoad > SaveLoad_Directories

Defined in OperatingSystemSaveLoad.h:133

ReturnNameDescription
FOperatingSystemPartitionSaveLoad inline

inline

inline FOperatingSystemPartitionSaveLoad()

Defined in OperatingSystemSaveLoad.h:135