Skip to content

FOperatingSystemFilesSaveLoad

#include <OperatingSystemSimulator/Public/OperatingSystemSaveLoad.h>
---
config:
  class:
    hideEmptyMembersBox: true
---
classDiagram
  class FOperatingSystemFilesSaveLoad {
    +ClassPath : FString
    +Name : FString
    +Extension : FString
    +FOperatingSystemFilesSaveLoad()=default
  }
struct FOperatingSystemFilesSaveLoad

Defined in OperatingSystemSaveLoad.h:21

ReturnNameDescription
FStringClassPathStores 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.
FStringNameRepresents the name of a file.
FStringExtensionRepresents the file extension of an operating system file.

FString ClassPath

Defined 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 Name

Defined in OperatingSystemSaveLoad.h:39 Represents the name of a file.


FString Extension

Defined in OperatingSystemSaveLoad.h:45 Represents the file extension of an operating system file.

ReturnNameDescription
FOperatingSystemFilesSaveLoadDefaulted constructor.

FOperatingSystemFilesSaveLoad() = default

Defined in OperatingSystemSaveLoad.h:47 Defaulted constructor.