fx.Niagara.RenderTargetVolume.SimCacheUseOpenVDBFloatGrids
fx.Niagara.RenderTargetVolume.SimCacheUseOpenVDBFloatGrids
#Overview
name: fx.Niagara.RenderTargetVolume.SimCacheUseOpenVDBFloatGrids
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Use OpenVDB float grids as output.
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/NiagaraDataInterfaceRenderTargetVolume.cpp:111
Scope (from outer to inner):
file
namespace NDIRenderTargetVolumeLocal
Source code excerpt:
int32 GSimCacheUseOpenVDBFloatGrids = false;
static FAutoConsoleVariableRef CVarSimCacheUseOpenVDBFloatGrids(
TEXT("fx.Niagara.RenderTargetVolume.SimCacheUseOpenVDBFloatGrids"),
GSimCacheUseOpenVDBFloatGrids,
TEXT("Use OpenVDB float grids as output."),
ECVF_Default
);
static const FName GetSimCacheCompressionType() { return GSimCacheCompressed ? NAME_Oodle : NAME_None; }