Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FNotificationInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNotificationInfo
(
const FText& InText |
FNotifcationInfo initialization constructor | Widgets/Notifications/SNotificationList.h | |
FNotificationInfo
(
TSharedPtr< INotificationWidget > InContentWidget |
FNotifcationInfo initialization constructor | Widgets/Notifications/SNotificationList.h |
FNotificationInfo(const FText &)
Description
FNotifcationInfo initialization constructor
| Name | FNotificationInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h |
| Include Path | #include "Widgets/Notifications/SNotificationList.h" |
FNotificationInfo
(
const FText & InText
)
Parameters
| Name | Remarks |
|---|---|
| InText | Text string to display for this notification |
FNotificationInfo(TSharedPtr< INotificationWidget >)
Description
FNotifcationInfo initialization constructor
| Name | FNotificationInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SNotificationList.h |
| Include Path | #include "Widgets/Notifications/SNotificationList.h" |
FNotificationInfo
(
TSharedPtr < INotificationWidget > InContentWidget
)
Parameters
| Name | Remarks |
|---|---|
| InContentWidget | The content of the notification |