![]() |
Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
#include "OperatingSystemBattery.h"#include "OperatingSystemDeviceActor.h"#include "OperatingSystemPortableDeviceActor.generated.h"Classes | |
| class | AOperatingSystemPortableDeviceActor |
Enumerations | |
| enum class | EOperatingSystemBatterySaveStateFlags : uint8 { Never , BatteryConsume , BatteryCharge , StopCharge , NewBattery } |
Functions | |
| ENUM_CLASS_FLAGS (EOperatingSystemBatterySaveStateFlags) | |
|
strong |
Enumeration of battery save state flags for a portable device.
The EOperatingSystemBatterySaveStateFlags enumeration represents the possible battery save state flags for a portable device. It is used to indicate various battery operations such as consuming battery power, charging the battery, stopping the charging, and indicating a new battery.
| Enumerator | |
|---|---|
| Never | |
| BatteryConsume | |
| BatteryCharge | |
| StopCharge | |
| NewBattery | |
| ENUM_CLASS_FLAGS | ( | EOperatingSystemBatterySaveStateFlags | ) |