fx.Niagara.Scalability.CanPreventCullingOnPlayerFX
fx.Niagara.Scalability.CanPreventCullingOnPlayerFX
#Overview
name: fx.Niagara.Scalability.CanPreventCullingOnPlayerFX
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When enabled Niagara can optionally prevent scalability culling on FX linked to the player.
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/NiagaraComponent.cpp:168
Scope: file
Source code excerpt:
static int GNiagaraCanPreventScalabilityCullingOnPlayerFX = 1;
static FAutoConsoleVariableRef CVarNiagaraCanPreventScalabilityCullingOnPlayerFX(
TEXT("fx.Niagara.Scalability.CanPreventCullingOnPlayerFX"),
GNiagaraCanPreventScalabilityCullingOnPlayerFX,
TEXT("When enabled Niagara can optionally prevent scalability culling on FX linked to the player."),
FConsoleVariableDelegate::CreateLambda([](IConsoleVariable* CVar)
{
FNiagaraWorldManager::OnRefreshOwnerAllowsScalability();
}),