fx.Niagara.CompileValidateMode

fx.Niagara.CompileValidateMode

#Overview

name: fx.Niagara.CompileValidateMode

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

Scope: file

Source code excerpt:

static int32 GNiagaraCompileValidateMode = (int32) ENiagaraCompilationValidateMode::Warn;
static FAutoConsoleVariableRef CVarGNiagaraCompileValidateMode(
	TEXT("fx.Niagara.CompileValidateMode"),
	GNiagaraCompileValidateMode,
	TEXT("Controls how the validate compile mode will report differences it encounters when comparing default/async compiles"),
	ECVF_Default
);

// Collection of operators to help validate data between two ExeData (see CompareExeData below)