fx.Niagara.SetOverrideQualityLevel

fx.Niagara.SetOverrideQualityLevel

#Overview

name: fx.Niagara.SetOverrideQualityLevel

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:52

Scope: file

Source code excerpt:


static FAutoConsoleCommand GCmdSetNiagaraQualityLevelOverride(
	TEXT("fx.Niagara.SetOverrideQualityLevel"),
	TEXT("Sets which quality level we should override with, no args means clear the override and return to non overriden quality level). Valid levels are 0-4 (Low-Cinematic)"),
	FConsoleCommandWithArgsDelegate::CreateLambda(
		[](const TArray<FString>& Args)
		{
			if(Args.Num() == 0)
			{