Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
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. | |
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.
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.
typedef TSharedPtr<FOperatingSystemNotificationManager, ESPMode::NotThreadSafe> FOperatingSystemNotificationManagerPtr |
typedef TSharedRef<FOperatingSystemNotificationManager, ESPMode::NotThreadSafe> FOperatingSystemNotificationManagerRef |