Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
FOperatingSystemNotificationSettings Struct Reference

Structure representing the settings for operating system notifications. More...

#include "OperatingSystem.h"

Public Member Functions

 GENERATED_BODY ()
 
 FOperatingSystemNotificationSettings ()
 

Public Attributes

uint8 bEnableNotifications: 1
 
uint8 bPlayNotificationSound: 1
 
uint8 ToastNotificationTime
 
TSoftObjectPtr< USoundBase > NotificationSoundDefault
 
TSoftObjectPtr< USoundBase > NotificationSoundWarning
 
TSoftObjectPtr< USoundBase > NotificationSoundError
 

Detailed Description

Structure representing the settings for operating system notifications.

Constructor & Destructor Documentation

◆ FOperatingSystemNotificationSettings()

FOperatingSystemNotificationSettings::FOperatingSystemNotificationSettings ( )
inline

Default constructor

Member Function Documentation

◆ GENERATED_BODY()

FOperatingSystemNotificationSettings::GENERATED_BODY ( )

Member Data Documentation

◆ bEnableNotifications

uint8 FOperatingSystemNotificationSettings::bEnableNotifications

Enable notifications in Operating System.

◆ bPlayNotificationSound

uint8 FOperatingSystemNotificationSettings::bPlayNotificationSound

Should we play a sound when a notification is received?

◆ NotificationSoundDefault

TSoftObjectPtr<USoundBase> FOperatingSystemNotificationSettings::NotificationSoundDefault

Default sound to play.

◆ NotificationSoundError

TSoftObjectPtr<USoundBase> FOperatingSystemNotificationSettings::NotificationSoundError

Error sound to play if notification is an error.

◆ NotificationSoundWarning

TSoftObjectPtr<USoundBase> FOperatingSystemNotificationSettings::NotificationSoundWarning

Warning sound to play if notification is a warning.

◆ ToastNotificationTime

uint8 FOperatingSystemNotificationSettings::ToastNotificationTime

How long the toast notification should display on screen. Toast notifications are implemented in UMG and this has no effect if you have not done that.


The documentation for this struct was generated from the following file: