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/GlobalNotification.h |
| Include | #include "Widgets/Notifications/GlobalNotification.h" |
Syntax
class FGlobalNotification
Remarks
Class used to provide simple global notifications
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGlobalNotification
(
const double InEnableDelayInSeconds |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetNotificationText
(
const TSharedPtr< SNotificationItem >& InNotificationItem |
Called to update the text on the given notification | |
| bool | ShouldShowNotification
(
const bool bIsNotificationAlreadyActive |
Used to work out whether the notification should currently be visible (causes BeginNotification, EndNotification, and SetNotificationText to be called at appropriate points) | |
| void | TickNotification
(
float DeltaTime |
Called to Tick this notification and update its state |