Niagara.Ribbon.ShareGeneratedData
Niagara.Ribbon.ShareGeneratedData
#Overview
name: Niagara.Ribbon.ShareGeneratedData
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Allow ribbons to share the generate data where possible.
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/NiagaraRendererRibbons.cpp:160
Scope: file
Source code excerpt:
static bool GNiagaraRibbonShareGeneratedData = true;
static FAutoConsoleVariableRef CVarNiagaraRibbonShareGeneratedData(
TEXT("Niagara.Ribbon.ShareGeneratedData"),
GNiagaraRibbonShareGeneratedData,
TEXT("Allow ribbons to share the generate data where possible."),
ECVF_Default
);
static TAutoConsoleVariable<int32> CVarRayTracingNiagaraRibbons(