fx.Niagara.Renderer.CookOutStaticEnabledBinding

fx.Niagara.Renderer.CookOutStaticEnabledBinding

#Overview

name: fx.Niagara.Renderer.CookOutStaticEnabledBinding

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/NiagaraRendererProperties.cpp:35

Scope: file

Source code excerpt:

int32 GNiagaraRendererCookOutStaticEnabledBinding = 1;
static FAutoConsoleVariableRef CVarNiagaraRendererCookOutStaticEnabledBinding(
	TEXT("fx.Niagara.Renderer.CookOutStaticEnabledBinding"),
	GNiagaraRendererCookOutStaticEnabledBinding,
	TEXT("If none zero renderers with static variables used for enabled binding will cook out if they are not enabled."),
	ECVF_Scalability
);

// Attempts to resolve a static variable across all the scripts