fx.NiagaraReleaseBuffersOnReset
fx.NiagaraReleaseBuffersOnReset
#Overview
name: fx.NiagaraReleaseBuffersOnReset
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Will release all memory associated with data buffers when the dataset is reset.
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/NiagaraDataSet.cpp:92
Scope: file
Source code excerpt:
static bool GNiagaraReleaseBuffersOnReset = true;
static FAutoConsoleVariableRef CVarNiagaraReleaseBuffersOnReset(
TEXT("fx.NiagaraReleaseBuffersOnReset"),
GNiagaraReleaseBuffersOnReset,
TEXT("Will release all memory associated with data buffers when the dataset is reset."),
ECVF_Scalability
);
void NiagaraWarnGpuBufferSize(const int32 ByteSize, const TCHAR* DebugSimName)