Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSettings.h |
| Include | #include "NiagaraSettings.h" |
Syntax
enum ENiagaraDefaultGpuTranslucentLatency
&123;
Immediate,
Latent,
&125;
Values
| Name | Description |
|---|---|
| Immediate | Gpu simulations will always read this frames data for translucent materials. |
| Latent | Gpu simulations will read the previous frames data if the simulation has to run in PostRenderOpaque. |