fx.NiagaraAllowRuntimeScalabilityChanges

fx.NiagaraAllowRuntimeScalabilityChanges

#Overview

name: fx.NiagaraAllowRuntimeScalabilityChanges

The value of this variable can be defined or overridden in .ini config files. 3 .ini config files referencing this setting variable.

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

It is referenced in 1 C++ source file.

#Summary

#Setting Variables

#References In INI files

Location: <Workspace>/Engine/Config/Linux/LinuxEngine.ini:9, section: [SystemSettings]

Location: <Workspace>/Engine/Config/Mac/BaseMacEngine.ini:34, section: [SystemSettings]

Location: <Workspace>/Engine/Config/Windows/WindowsEngine.ini:17, section: [SystemSettings]

#References in C++ code

#Callsites

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

#Loc: <Workspace>/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraPlatformSet.cpp:29

Scope: file

Source code excerpt:

Defaults to false for all platforms and is explicitly enabled for desktop platforms.
*/
const TCHAR* CanChangeEQCVarName = TEXT("fx.NiagaraAllowRuntimeScalabilityChanges");
int32 GbNiagaraAllowRuntimeScalabilityChanges = 0;
static FAutoConsoleVariableRef CVarNiagaraAllowRuntimeScalabilityChanges(
	CanChangeEQCVarName,
	GbNiagaraAllowRuntimeScalabilityChanges,
	TEXT("If > 0 this platform allows niagara scalability settings changes at runtime. \n"),
	ECVF_Scalability