UEConsole Commands
VariableConsole VariableParticle FX system

fx.NiagaraGpuLowLatencyTranslucencyEnabled

fx.NiagaraGpuLowLatencyTranslucencyEnabled is a console variable in Unreal Engine 5 (UE5). See what fx.NiagaraGpuLowLatencyTranslucencyEnabled does, its values, and how to use this cvar in the Unreal console below.

Category: Particle FX system · Namespace: fx

Help

When enabled translucent materials can use the current frames simulation data no matter which tick pass Niagara uses. This can result in an additional data buffer being required but will reduce any latency when using view uniform buffer / depth buffer / distance fields / etc

Usage

Unreal console (open with ~)
> fx.NiagaraGpuLowLatencyTranslucencyEnabled 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in fx