SNotificationList::NotificationItemFadedOut

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

Windows
MacOS
Linux

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

Syntax

virtual void NotificationItemFadedOut
(
    const TSharedRef< SNotificationItem > & NotificationItem
)

Remarks

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

Parameters

Parameter

Description

NotificationItem

The item which finished fading out.

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