Navigation
API > API/Plugins > API/Plugins/StormSyncEditor > API/Plugins/StormSyncEditor/Subsystems
References
| Module | StormSyncEditor |
| Header | /Engine/Plugins/Experimental/StormSync/Source/StormSyncEditor/Public/Subsystems/StormSyncNotificationSubsystem.h |
| Include | #include "Subsystems/StormSyncNotificationSubsystem.h" |
Syntax
struct FStormSyncNotificationTask
Remarks
Data payload for progress bars to handle an active progress notification
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SNotificationItem, ESPMode::ThreadSafe > | Notification | Our notification widget | |
| TSharedPtr< SStormSyncProgressBarNotification, ESPMode::ThreadSafe > | Widget | Our notification widget used as content of the notification item |
Constructors
| Type | Name | Description | |
|---|---|---|---|