Slate.bAllowNotifications

Slate.bAllowNotifications

#Overview

name: Slate.bAllowNotifications

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/Slate/Private/Framework/Notifications/NotificationManager.cpp:80

Scope (from outer to inner):

file
function     FSlateNotificationManager::FSlateNotificationManager

Source code excerpt:


FSlateNotificationManager::FSlateNotificationManager() :
	CVarAllowNotifications(TEXT("Slate.bAllowNotifications"),
						   bAllowNotifications,
						   *LOCTEXT("AllowDescription", "If false, then notifications will not be displayed to the user.").ToString())
{
	FCoreDelegates::OnPreExit.AddRaw(this, &FSlateNotificationManager::ShutdownOnPreExit);
}