fx.NiagaraBatcher.FreeBufferEarly
fx.NiagaraBatcher.FreeBufferEarly
#Overview
name: fx.NiagaraBatcher.FreeBufferEarly
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Will take the path to release GPU buffers when possible.\nThis will reduce memory pressure but can result in more allocations if you buffers ping pong from zero particles to many.
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/NiagaraGpuComputeDispatch.cpp:75
Scope: file
Source code excerpt:
int32 GNiagaraBatcherFreeBufferEarly = 1;
static FAutoConsoleVariableRef CVarNiagaraBatcherFreeBufferEarly(
TEXT("fx.NiagaraBatcher.FreeBufferEarly"),
GNiagaraBatcherFreeBufferEarly,
TEXT("Will take the path to release GPU buffers when possible.\n")
TEXT("This will reduce memory pressure but can result in more allocations if you buffers ping pong from zero particles to many."),
ECVF_Default
);