fx.Niagara.ComponentRenderPoolInactiveTimeLimit

fx.Niagara.ComponentRenderPoolInactiveTimeLimit

#Overview

name: fx.Niagara.ComponentRenderPoolInactiveTimeLimit

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/NiagaraRendererComponents.cpp:29

Scope: file

Source code excerpt:

static float GNiagaraComponentRenderPoolInactiveTimeLimit = 5;
static FAutoConsoleVariableRef CVarNiagaraComponentRenderPoolInactiveTimeLimit(
	TEXT("fx.Niagara.ComponentRenderPoolInactiveTimeLimit"),
	GNiagaraComponentRenderPoolInactiveTimeLimit,
	TEXT("The time in seconds an inactive component can linger in the pool before being destroyed."),
	ECVF_Default
);

//////////////////////////////////////////////////////////////////////////