Navigation
API > API/Runtime > API/Runtime/Slate
A list of non-intrusive messages about the status of currently active work.
| Name | SNotificationList |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h |
| Include Path | #include "Widgets/Notifications/SNotificationList.h" |
Syntax
class SNotificationList : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SNotificationList
- FSlateControlledConstruction → SWidget → SCompoundWidget → SNotificationList
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LastNotification | TSharedPtr< SNotificationItem > | The last notification added to the list. | Widgets/Notifications/SNotificationList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SNotificationItem > AddNotification
(
const FNotificationInfo& Info |
Adds a floating notification. | Widgets/Notifications/SNotificationList.h | |
void Construct
(
const FArguments& InArgs |
Constructs this widget. | Widgets/Notifications/SNotificationList.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void NotificationItemFadedOut
(
const TSharedRef< SNotificationItem >& NotificationItem |
Invoked when a notification item has finished fading out. Called by the faded item. | Widgets/Notifications/SNotificationList.h |