Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraRendererProperties.h |
| Include | #include "NiagaraRendererProperties.h" |
Syntax
enum ENiagaraRendererGpuTranslucentLatency
{
ProjectDefault,
Immediate,
Latent,
}
Values
| Name | Description |
|---|---|
| ProjectDefault | Uses the project default value. |
| 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. |