fx.Niagara.LegacyDeviceProfile

fx.Niagara.LegacyDeviceProfile

#Overview

name: fx.Niagara.LegacyDeviceProfile

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/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraPlatformSet.cpp:141

Scope: file

Source code excerpt:

int32 GNiagaraLegacyDeviceProfile = INDEX_NONE;
static FAutoConsoleVariableRef CVarNiagaraLegacyDeviceProfile(
	TEXT("fx.Niagara.LegacyDeviceProfile"),
	GNiagaraLegacyDeviceProfile,
	TEXT("This is a special case CVar that allows us to use CVar conditions to maintain behavior with legacy device profiles.\nDo not use directly for new content.\nLegacy device profiles can be given a specific value for this CVarand then CVar conditions used to enable / disable as appropriate to match with legacy assets with enabled / disabled content based on them. \n"),
	ECVF_Scalability
);

// Override platform device profile