FSlateNotificationManager::SetAllowNotifications

Sets whether notifications should be displayed at all.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Notifications/NotificationManager.h

Include

#include "Framework/Notifications/NotificationManager.h"

Syntax

void SetAllowNotifications
(
    const bool bShouldAllow
)

Remarks

Sets whether notifications should be displayed at all. Note, notifications can be disabled via console variable Slate.bAllowNotificationWidget.

Parameters

Parameter

Description

bShouldAllow

Whether notifications should be enabled. It defaults to on.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss