Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateNotificationManager
A list of notifications, bound to a particular region
| Name | FRegionalNotificationList |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h |
| Include Path | #include "Framework/Notifications/NotificationManager.h" |
Syntax
struct FRegionalNotificationList
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRegionalNotificationList
(
const FSlateRect& InRectangle |
Constructor | Framework/Notifications/NotificationManager.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Notifications | TArray< TSharedRef< SNotificationList > > | The notification list itself (one per notification) | Framework/Notifications/NotificationManager.h | |
| Region | FSlateRect | The rectangle we use to determine the anchor point for this list | Framework/Notifications/NotificationManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Arrange() |
Arranges the notifications in a stack | Framework/Notifications/NotificationManager.h | |
void RemoveDeadNotifications() |
Remove any dead notifications | Framework/Notifications/NotificationManager.h |