fx.NiagaraGpuSubmitCommandHint
fx.NiagaraGpuSubmitCommandHint
#Overview
name: fx.NiagaraGpuSubmitCommandHint
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If greater than zero, we use this value to submit commands after the number of dispatches have been issued.
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:58
Scope: file
Source code excerpt:
int32 GNiagaraGpuSubmitCommandHint = 0;
static FAutoConsoleVariableRef CVarNiagaraGpuSubmitCommandHint(
TEXT("fx.NiagaraGpuSubmitCommandHint"),
GNiagaraGpuSubmitCommandHint,
TEXT("If greater than zero, we use this value to submit commands after the number of dispatches have been issued."),
ECVF_Default
);
int32 GNiagaraGpuLowLatencyTranslucencyEnabled = 1;