SNotificationList

A list of non-intrusive messages about the status of currently active work.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Protected variable

bool

 

bDone

Flag to auto-destroy this list.

Protected variable

TAttribute< FSl...

 

Font

Holds passed in font

Protected variable

TSharedPtr< SVe...

 

MessageItemBoxPtr

The vertical box containing the list of message items.

Protected variable

TWeakPtr< SWind...

 

ParentWindowPtr

The parent window of this list.

Functions

Name Description

Public function Virtual

TSharedRef< ...

 

AddNotification

(
    const FNotificationInfo& Info
)

Adds a floating notification.

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Constructs this widget.

Protected function Virtual

void

 

NotificationItemFadedOut

(
    const TSharedRef< SNotificationItem...
)

Invoked when a notification item has finished fading out. Called by the faded item.

Classes

Name

Description

Public struct

FArguments

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