FRegionalNotificationList

A list of notifications, bound to a particular region

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h

Include

#include "Framework/Notifications/NotificationManager.h"

Syntax

struct FRegionalNotificationList

Remarks

A list of notifications, bound to a particular region

Variables

Name Description

Public variable

TArray< TShared...

 

Notifications

The notification list itself (one per notification)

Public variable

FSlateRect

 

Region

The rectangle we use to determine the anchor point for this list

Constructors

Name Description

Public function

FRegionalNotificationList

(
    const FSlateRect& InRectangle
)

Constructor

Functions

Name Description

Public function

void

 

Arrange()

Arranges the notifications in a stack

Public function

void

 

RemoveDeadNotifications()

Remove any dead notifications

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss