fx.Niagara.CompileDumpTimings

fx.Niagara.CompileDumpTimings

#Overview

name: fx.Niagara.CompileDumpTimings

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/NiagaraCompilationTypes.cpp:25

Scope: file

Source code excerpt:

static bool GNiagaraCompileDumpTimings = false;
static FAutoConsoleVariableRef CVarNiagaraCompileDumpTimings(
	TEXT("fx.Niagara.CompileDumpTimings"),
	GNiagaraCompileDumpTimings,
	TEXT("If enabled a file containing compile metrics for the different compiled scripts will be dumped to the log folder"),
	ECVF_ReadOnly
);

static int32 GNiagaraCompileValidateMode = (int32) ENiagaraCompilationValidateMode::Warn;