fx.LogCompileStaticVars

fx.LogCompileStaticVars

#Overview

name: fx.LogCompileStaticVars

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/NiagaraScript.cpp:103

Scope: file

Source code excerpt:

int32 UNiagaraScript::LogCompileStaticVars =0;
static FAutoConsoleVariableRef CVarLogCompileStaticVars(
	TEXT("fx.LogCompileStaticVars"),
	UNiagaraScript::LogCompileStaticVars,
	TEXT("If > 0 all compile id generation dealing with static variables will be logged.  \n"),
	ECVF_Default
);

static int32 GbNiagaraEventSpawnsUpdateInitialAttributeValues = 1;