Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
OperatingSystemNotification.h File Reference
#include "Runtime/Core/Public/Misc/DateTime.h"
#include "OperatingSystemNotification.generated.h"
Include dependency graph for OperatingSystemNotification.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  FOperatingSystemNotification
 A struct representing an operating system notification. More...
 

Enumerations

enum class  EOperatingSystemNotificationType : uint8 {
  None , Info , Warning , Error ,
  Verbose , VeryVerbose
}
 
enum class  EOperatingSystemNotificationCategory : uint8 { None , Device , OperatingSystem , Application }
 

Enumeration Type Documentation

◆ EOperatingSystemNotificationCategory

enum class EOperatingSystemNotificationCategory : uint8
strong

An enumeration representing the category of operating system notification. The possible values are:

  • None: No category.
  • Device: A notification related to a device.
  • OperatingSystem: A notification related to the operating system.
  • Application: A notification related to an application.
Enumerator
None 
Device 
OperatingSystem 
Application 

◆ EOperatingSystemNotificationType

enum class EOperatingSystemNotificationType : uint8
strong

An enumeration representing the type of operating system notification. The possible values are:

  • None: No notification.
  • Info: An informative notification.
  • Warning: A warning notification.
  • Error: An error notification.
  • Verbose: A verbose notification.
  • VeryVerbose: A very verbose notification.
Enumerator
None 
Info 
Warning 
Error 
Verbose 
VeryVerbose