IPersonaViewport::AddNotification

Add a notification widget

Windows
MacOS
Linux

References

Module

Persona

Header

/Engine/Source/Editor/Persona/Public/IPersonaViewport.h

Include

#include "IPersonaViewport.h"

Syntax

TWeakPtr< SWidget > AddNotification
(
    TAttribute< EMessageSeverity::Type > InSeverity,
    TAttribute< bool > InCanBeDismissed,
    const TSharedRef< SWidget > & InNotificationWidget
)

Remarks

Add a notification widget

Returns

the widget containing the notification

Parameters

Parameter

Description

InSeverity

The severity of the message

InCanBeDismissed

Whether the message can be manually dismissed

InNotificationWidget

The widget showing the notification

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