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

Classes

class  FOperatingSystemNotificationManager
 Manages operating system notifications for a specific world. More...
 

Typedefs

typedef TSharedPtr< FOperatingSystemNotificationManager, ESPMode::NotThreadSafe > FOperatingSystemNotificationManagerPtr
 
typedef TSharedRef< FOperatingSystemNotificationManager, ESPMode::NotThreadSafe > FOperatingSystemNotificationManagerRef
 
using FOnShowNotification
 Delegate type for the show notification event.
 
using FOnClearAllNotifications
 Delegate type for the clear all notifications event.
 

Typedef Documentation

◆ FOnClearAllNotifications

FOperatingSystemNotificationManager::FOnClearAllNotifications

Delegate type for the clear all notifications event.

The FOnClearAllNotifications delegate is used to handle the clear all notifications event. No parameters are passed to the bound function.

See also
FOperatingSystemNotificationManager::ClearAllNotifications
UOperatingSystem::Internal_CreateNotificationManager

◆ FOnShowNotification

FOperatingSystemNotificationManager::FOnShowNotification

Delegate type for the show notification event.

The FOnShowNotification delegate is used to handle the show notification event. It is bound to a function that takes a single parameter of type FOperatingSystemNotification.

See also
UOperatingSystem::Internal_CreateNotificationManager

◆ FOperatingSystemNotificationManagerPtr

◆ FOperatingSystemNotificationManagerRef