Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Notifications > API/Runtime/Slate/Widgets/Notifications/SNotificationList
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h |
| Include | #include "Widgets/Notifications/SNotificationList.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Notifications/SNotificationList.cpp |
virtual void NotificationItemFadedOut
&40;
const TSharedRef< SNotificationItem > & NotificationItem
&41;
Remarks
Invoked when a notification item has finished fading out. Called by the faded item.
Parameters
| Name | Description |
|---|---|
| NotificationItem | The item which finished fading out. |