Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
#include "GameplayTagContainer.h"
#include "GlobalMessageSubsystem.h"
#include "OperatingSystemGenericError.h"
#include "OperatingSystemTypes.h"
#include "OperatingSystemVersion.h"
#include "OperatingSystemTerminalCommand.generated.h"
Classes | |
class | FOperatingSystemCommandFlag |
Represents a command flag for the operating system. A command flag must be prefixed by "-" or "--". Examples include "-a", "--info", etc. More... | |
class | UOperatingSystemTerminalCommand |