![]() |
Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
#include "UObject/Object.h"#include "OperatingSystemTypes.h"#include "GameplayTagContainer.h"#include "OperatingSystemGenericError.h"#include "OperatingSystemVersion.h"#include "Data/OperatingSystemStoreTypes.h"#include "DraggableWindowUMG/DraggableWindowTypes.h"#include "OperatingSystemBaseProgram.generated.h"Classes | |
| class | UOperatingSystemBaseProgram |
Enumerations | |
| enum class | EOperatingSystemProgramSaveMethod : uint8 { SaveOnOperatingSystemShutdown , SaveOnExit , SaveManually , DoNotSave } |
Functions | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FOnOperatingSystemProgramViewStateChanged, const EOperatingSystemProgramViewState &, CurrentViewState) | |
|
strong |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam | ( | FOnOperatingSystemProgramViewStateChanged | , |
| const EOperatingSystemProgramViewState & | , | ||
| CurrentViewState | ) |