Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FNotificationButtonInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNotificationButtonInfo
(
const TAttribute< FText >& InText, |
Widgets/Notifications/SNotificationList.h | ||
FNotificationButtonInfo
(
const TAttribute< FText >& InText, |
Widgets/Notifications/SNotificationList.h |
FNotificationButtonInfo(const TAttribute< FText > &, const TAttribute< FText > &, FSimpleDelegate, SNotificationItem::ECompletionState)
| Name | FNotificationButtonInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h |
| Include Path | #include "Widgets/Notifications/SNotificationList.h" |
FNotificationButtonInfo
(
const TAttribute < FText > & InText,
const TAttribute < FText > & InToolTip,
FSimpleDelegate InCallback,
SNotificationItem::ECompletionState VisibleInState
)
FNotificationButtonInfo(const TAttribute< FText > &, const TAttribute< FText > &, FSimpleDelegate, FVisibilityDelegate, FIsEnabledDelegate)
| Name | FNotificationButtonInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h |
| Include Path | #include "Widgets/Notifications/SNotificationList.h" |
FNotificationButtonInfo
(
const TAttribute < FText > & InText,
const TAttribute < FText > & InToolTip,
FSimpleDelegate InCallback,
FVisibilityDelegate InVisibilityCallback,
FIsEnabledDelegate InIsEnabledCallback
)