fx.Niagara.PerfTestFrames

fx.Niagara.PerfTestFrames

#Overview

name: fx.Niagara.PerfTestFrames

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

Scope: file

Source code excerpt:

int32 GPerfTestFrames = 240;
static FAutoConsoleVariableRef CVarPerfTestFrames(
	TEXT("fx.Niagara.PerfTestFrames"),
	GPerfTestFrames,
	TEXT("How many frames to gather in each performance test. \n"),
	ECVF_Default
);

//////////////////////////////////////////////////////////////////////////