fx.Niagara.PSOPrecache.ReverseCulling
fx.Niagara.PSOPrecache.ReverseCulling
#Overview
name: fx.Niagara.PSOPrecache.ReverseCulling
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Also Precache PSOs with with reverse culling set when not 2 sided. (default 1)
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:26
Scope: file
Source code excerpt:
static int GNiagaraPSOPrecacheReverseCulling = 1;
static FAutoConsoleVariableRef CVarPSOPrecacheProjectedShadows(
TEXT("fx.Niagara.PSOPrecache.ReverseCulling"),
GNiagaraPSOPrecacheReverseCulling,
TEXT("Also Precache PSOs with with reverse culling set when not 2 sided. (default 1)"),
ECVF_Default
);
#if WITH_EDITORONLY_DATA