FOperatingSystemPartitionSaveLoad
#include <OperatingSystemSimulator/Public/OperatingSystemSaveLoad.h>Collaboration diagram
Section titled “Collaboration diagram”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class FOperatingSystemPartitionSaveLoad["FOperatingSystemPartitionSaveLoad"]
class FOperatingSystemDirectoriesSaveLoad["FOperatingSystemDirectoriesSaveLoad"]
FOperatingSystemPartitionSaveLoad *-- FOperatingSystemDirectoriesSaveLoad
Class detail
Section titled “Class detail”---
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 FOperatingSystemPartitionSaveLoadDefined in OperatingSystemSaveLoad.h:83 Represents the save/load data for an operating system partition.
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
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< FOperatingSystemDirectoriesSaveLoad > | SaveLoad_Directories |
SaveLoad_DiskName
Section titled “SaveLoad_DiskName”FString SaveLoad_DiskNameDefined in OperatingSystemSaveLoad.h:91 Stores the name of the disk.
Referenced by
Section titled “Referenced by”SaveLoad_DiskLetter
Section titled “SaveLoad_DiskLetter”FString SaveLoad_DiskLetterDefined in OperatingSystemSaveLoad.h:97 Represents the disk letter.
Referenced by
Section titled “Referenced by”SaveLoad_TotalSizeInBytes
Section titled “SaveLoad_TotalSizeInBytes”double SaveLoad_TotalSizeInBytesDefined in OperatingSystemSaveLoad.h:105 Represents the total size in bytes of the partition.
#See also: UOperatingSystemPartition::TotalSizeInBytes
Referenced by
Section titled “Referenced by”SaveLoad_FreeSpaceInBytes
Section titled “SaveLoad_FreeSpaceInBytes”double SaveLoad_FreeSpaceInBytesDefined in OperatingSystemSaveLoad.h:113 Stores the amount of free space in bytes available in the partition or disk.
See also: UOperatingSystemPartition::FreeSpaceInBytes
Referenced by
Section titled “Referenced by”bSaveLoad_IsSystemPartition
Section titled “bSaveLoad_IsSystemPartition”bool bSaveLoad_IsSystemPartitionDefined in OperatingSystemSaveLoad.h:121 Determines if a partition is the system partition or not.
See also: UOperatingSystemPartition::bIsSystemPartition
Referenced by
Section titled “Referenced by”SaveLoad_PartitionID
Section titled “SaveLoad_PartitionID”FString SaveLoad_PartitionIDDefined in OperatingSystemSaveLoad.h:129 Represents the unique identifier for a partition.
See also: UOperatingSystemPartition::PartitionID
Referenced by
Section titled “Referenced by”SaveLoad_Directories
Section titled “SaveLoad_Directories”TArray< FOperatingSystemDirectoriesSaveLoad > SaveLoad_DirectoriesDefined in OperatingSystemSaveLoad.h:133
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
FOperatingSystemPartitionSaveLoad inline |
FOperatingSystemPartitionSaveLoad
Section titled “FOperatingSystemPartitionSaveLoad”inline
inline FOperatingSystemPartitionSaveLoad()Defined in OperatingSystemSaveLoad.h:135