![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SNotificationList.h>
Public Member Functions | |
| FNotificationInfo (const FText &InText) | |
| FNotificationInfo (TSharedPtr< INotificationWidget > InContentWidget) | |
| SLATE_API void | ShowCopyToClipboadHyperlink () |
Setup class to initialize a notification.
|
inline |
FNotifcationInfo initialization constructor
| InText | Text string to display for this notification |
|
inline |
FNotifcationInfo initialization constructor
| InContentWidget | The content of the notification |
| void FNotificationInfo::ShowCopyToClipboadHyperlink | ( | ) |
Shows a "Copy to Clipboard" hyperlink that when clicked copies the text and sub-text to the operating system clipboard
| bool FNotificationInfo::bAllowThrottleWhenFrameRateIsLow |
True if we should throttle the editor while the notification is transitioning and performance is poor, to make sure the user can see the animation
| bool FNotificationInfo::bFireAndForget |
When true the notification will automatically time out after the expire duration.
| bool FNotificationInfo::bUseCopyToClipboard |
Controls whether or not to display the copy to clipboard button
| bool FNotificationInfo::bUseLargeFont |
When true the larger bolder font will be used to display the message
| bool FNotificationInfo::bUseSuccessFailIcons |
Controls whether or not to display the success and fail icons
| bool FNotificationInfo::bUseThrobber |
Controls whether or not to add the animated throbber
| TArray<FNotificationButtonInfo> FNotificationInfo::ButtonDetails |
Setup information for the buttons on the notification
| TAttribute<ECheckBoxState> FNotificationInfo::CheckBoxState |
When set this will display a check box on the notification; handles getting the current check box state
| FOnCheckStateChanged FNotificationInfo::CheckBoxStateChanged |
When set this will display a check box on the notification; handles setting the new check box state
| TAttribute<FText> FNotificationInfo::CheckBoxText |
Text to display for the check box message
| TSharedPtr<INotificationWidget> FNotificationInfo::ContentWidget |
If set, overrides the entire content of the notification with this widget
| float FNotificationInfo::ExpireDuration |
The duration before a fadeout for this element
| float FNotificationInfo::FadeInDuration |
The fade in duration for this element
| float FNotificationInfo::FadeOutDuration |
The fade out duration for this element
| TSharedPtr<SWindow> FNotificationInfo::ForWindow |
A specific window to put the notification in. If this is null, the root window of the application will be used
| FSimpleDelegate FNotificationInfo::Hyperlink |
When set this will display as a hyperlink on the right side of the notification.
| TAttribute<FText> FNotificationInfo::HyperlinkText |
Text to display for the hyperlink message
| const FSlateBrush* FNotificationInfo::Image |
The icon image to display next to the text
| TAttribute<FText> FNotificationInfo::SubText |
Optional subtext displayed in this notification. Subtext is smaller than the default text field and is better for long descriptions.
| TAttribute<FText> FNotificationInfo::Text |
The text displayed in this notification. Suitable for short notifications and titles.
| FOptionalSize FNotificationInfo::WidthOverride |
When set this forces the width of the box, used to stop resizing on text change