Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateNotificationManager
Description
Sets whether notifications should be displayed at all. Note, notifications can be disabled via console variable Slate.bAllowNotificationWidget.
| Name | SetAllowNotifications |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h |
| Include Path | #include "Framework/Notifications/NotificationManager.h" |
void SetAllowNotifications
(
const bool bShouldAllow
)
Parameters
| Name | Remarks |
|---|---|
| bShouldAllow | Whether notifications should be enabled. It defaults to on. |