fx.Niagara.AllowCullProxies

fx.Niagara.AllowCullProxies

#Overview

name: fx.Niagara.AllowCullProxies

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/NiagaraWorldManager.cpp:155

Scope: file

Source code excerpt:

int GNiagaraAllowCullProxies = 1;
static FAutoConsoleVariableRef CVarAllowCullProxies(
	TEXT("fx.Niagara.AllowCullProxies"),
	GNiagaraAllowCullProxies,
	TEXT("Toggles whether Niagara will use Cull Proxy systems in place of systems culled by scalability."),
	ECVF_Default
);

float GNiagaraCSVSplitTime = 180.0f;