fx.Niagara.WarnComponentRenderCount
fx.Niagara.WarnComponentRenderCount
#Overview
name: fx.Niagara.WarnComponentRenderCount
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The max number of components that a single system can spawn before a log warning is shown.
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:21
Scope: file
Source code excerpt:
static int32 GNiagaraWarnComponentRenderCount = 50;
static FAutoConsoleVariableRef CVarNiagaraWarnComponentRenderCount(
TEXT("fx.Niagara.WarnComponentRenderCount"),
GNiagaraWarnComponentRenderCount,
TEXT("The max number of components that a single system can spawn before a log warning is shown."),
ECVF_Default
);
static float GNiagaraComponentRenderPoolInactiveTimeLimit = 5;