FNotificationButtonInfo

Setup class to initialize buttons on a notification

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h

Include

#include "Widgets/Notifications/SNotificationList.h"

Syntax

struct FNotificationButtonInfo

Remarks

Setup class to initialize buttons on a notification

Variables

Name Description

Public variable

FSimpleDelegate

 

Callback

Method called when button clicked

Public variable

FText

 

Text

Message on the button

Public variable

FText

 

ToolTip

Tip displayed when moused over

Public variable

EVisibility

 

VisibilityOnFail

Visibility of the button when the completion state of the button is SNotificationItem::ECompletionState::Fail

Public variable

EVisibility

 

VisibilityOnNone

Visibility of the button when the completion state of the button is SNotificationItem::ECompletionState::None

Public variable

EVisibility

 

VisibilityOnPending

Visibility of the button when the completion state of the button is SNotificationItem::ECompletionState::Pending

Public variable

EVisibility

 

VisibilityOnSuccess

Visibility of the button when the completion state of the button is SNotificationItem::ECompletionState::Success

Constructors

Name Description

Public function

FNotificationButtonInfo

(
    const FText& InText,
    const FText& InToolTip,
    FSimpleDelegate InCallback,
    SNotificationItem::ECompletionState...
)

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