Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
OperatingSystemPortableDeviceActor.h File Reference
#include "OperatingSystemBattery.h"
#include "OperatingSystemDeviceActor.h"
#include "OperatingSystemPortableDeviceActor.generated.h"
Include dependency graph for OperatingSystemPortableDeviceActor.h:
This graph shows which files directly or indirectly include this file:

Classes

class  AOperatingSystemPortableDeviceActor
 

Enumerations

enum class  EOperatingSystemBatterySaveStateFlags : uint8 {
  Never , BatteryConsume , BatteryCharge , StopCharge ,
  NewBattery
}
 

Functions

 ENUM_CLASS_FLAGS (EOperatingSystemBatterySaveStateFlags)
 

Enumeration Type Documentation

◆ EOperatingSystemBatterySaveStateFlags

enum class EOperatingSystemBatterySaveStateFlags : uint8
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.

See also
AOperatingSystemPortableDeviceActor
FOperatingSystemBattery
Enumerator
Never 
BatteryConsume 
BatteryCharge 
StopCharge 
NewBattery 

Function Documentation

◆ ENUM_CLASS_FLAGS()