Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Notifications
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SNotificationItem
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h |
| Include | #include "Widgets/Notifications/SNotificationList.h" |
Syntax
class SNotificationItem : public SCompoundWidget
Remarks
Interface class for an item in the event message list. Real implementation is found in SEventMessageItemImpl
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Waits for the ExpireDuration then begins to fade out | ||
| void | Fadeout () |
Begin the fade out | |
| ECompletionState | Gets the visibility state of the throbber, success, and fail images | ||
| void | Pulse
(
const FLinearColor& GlowColor |
Pulse the notification with a certain outline glow color while it is still pending. | |
| void | SetCompletionState
(
ECompletionState State |
Sets the visibility state of the throbber, success, and fail images | |
| void | SetExpireDuration
(
float ExpireDuration |
Sets the ExpireDuration | |
| void | SetFadeInDuration
(
float FadeInDuration |
Sets the FadeInDuration | |
| void | SetFadeOutDuration
(
float FadeOutDuration |
Sets the FadeOutDuration | |
| void | SetHyperlink
(
const FSimpleDelegate& InHyperlink, |
Sets the text and delegate for the hyperlink | |
| void | SetSubText
(
const TAttribute< FText >& InSubText |
Sets the subtext the notification item. Sub text is used for longer text and is a smaller font | |
| void | SetText
(
const TAttribute< FText >& InText |
Sets the text for the notification element |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ECompletionState |