fx.NiagaraPerfReporting

fx.NiagaraPerfReporting

#Overview

name: fx.NiagaraPerfReporting

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/NiagaraPerfBaseline.cpp:41

Scope: file

Source code excerpt:

int32 GbNiagaraPerfReporting = 0;
static FAutoConsoleVariableRef CVarNiagaraPerfReporting(
	TEXT("fx.NiagaraPerfReporting"),
	GbNiagaraPerfReporting,
	TEXT("0 = Disabled \n1 = Text Perf Report on world Transitions. \n2 = Text Report for every test with poor or bad perf.\n3 = As 2 but screenshots are also generated for each bad test."),
	ECVF_Default
);

int32 GbNiagaraRegenerateBaselinesOnWorldChange = 1;