Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Notifications
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
| Type | Name | Description | |
|---|---|---|---|
| FSimpleDelegate | Callback | Method called when button clicked | |
| FText | Text | Message on the button | |
| FText | ToolTip | Tip displayed when moused over | |
| EVisibility | VisibilityOnFail | Visibility of the button when the completion state of the button is SNotificationItem::ECompletionState::Fail | |
| EVisibility | VisibilityOnNone | Visibility of the button when the completion state of the button is SNotificationItem::ECompletionState::None | |
| EVisibility | VisibilityOnPending | Visibility of the button when the completion state of the button is SNotificationItem::ECompletionState::Pending | |
| EVisibility | VisibilityOnSuccess | Visibility of the button when the completion state of the button is SNotificationItem::ECompletionState::Success |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNotificationButtonInfo
(
const FText& InText, |