FOperatingSystemFilesSaveLoad
#include <OperatingSystemSimulator/Public/OperatingSystemSaveLoad.h>Class detail
Section titled “Class detail”---
config:
class:
hideEmptyMembersBox: true
---
classDiagram
class FOperatingSystemFilesSaveLoad {
+ClassPath : FString
+Name : FString
+Extension : FString
+FOperatingSystemFilesSaveLoad()=default
}
struct FOperatingSystemFilesSaveLoadDefined in OperatingSystemSaveLoad.h:21
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
FString | ClassPath | Stores the class path for an operating system file. The class path is a string that represents the target class for the program that can open this file. |
FString | Name | Represents the name of a file. |
FString | Extension | Represents the file extension of an operating system file. |
ClassPath
Section titled “ClassPath”FString ClassPathDefined in OperatingSystemSaveLoad.h:33 Stores the class path for an operating system file. The class path is a string that represents the target class for the program that can open this file.
See also: UOperatingSystemFile
See also: IOperatingSystemExplorerInterface
FString NameDefined in OperatingSystemSaveLoad.h:39 Represents the name of a file.
Extension
Section titled “Extension”FString ExtensionDefined in OperatingSystemSaveLoad.h:45 Represents the file extension of an operating system file.
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
FOperatingSystemFilesSaveLoad | Defaulted constructor. |
FOperatingSystemFilesSaveLoad
Section titled “FOperatingSystemFilesSaveLoad”FOperatingSystemFilesSaveLoad() = defaultDefined in OperatingSystemSaveLoad.h:47 Defaulted constructor.