Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Notifications
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SNotificationList
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h |
| Include | #include "Widgets/Notifications/SNotificationList.h" |
Syntax
class SNotificationList : public SCompoundWidget
Remarks
A list of non-intrusive messages about the status of currently active work.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDone | Flag to auto-destroy this list. | |
| TSharedPtr< SVerticalBox > | MessageItemBoxPtr | The vertical box containing the list of message items. | |
| TWeakPtr< SWindow > | ParentWindowPtr | The parent window of this list. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SNotificationItem > | AddNotification
(
const FNotificationInfo& Info |
Adds a floating notification. | |
| void | Construct
(
const FArguments& InArgs |
Constructs this widget. | |
| void | NotificationItemFadedOut
(
const TSharedRef< SNotificationItem >& NotificationItem |
Invoked when a notification item has finished fading out. Called by the faded item. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |