Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENiagaraDefaultGpuTranslucentLatency |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraSettings.h |
| Include Path |
#include "NiagaraSettings.h" |
Syntax
enum ENiagaraDefaultGpuTranslucentLatency
{
Immediate,
Latent,
}
Values
| Name |
Remarks |
| 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. |