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