Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
#include "GameplayTagContainer.h"
#include "OperatingSystemGenericError.h"
#include "OperatingSystemSaveLoad.h"
#include "OperatingSystemTypes.h"
#include "OperatingSystemUniqueId.h"
#include "Interfaces/OperatingSystemExplorerInterface.h"
#include "OperatingSystemPartition.generated.h"
Classes | |
class | UOperatingSystemPartition |
The UOperatingSystemPartition class represents an operating system partition. It inherits from UObject and implements the IOperatingSystemExplorerInterface. This class provides functionality to manage directories, disk information, and file operations. More... | |