Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENiagaraSystemPSOPrecachingDelayMode |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraScalabilitySettings.h |
| Include Path |
#include "NiagaraScalabilitySettings.h" |
Syntax
enum ENiagaraSystemPSOPrecachingDelayMode
{
DelayRendering,
DelayActivation,
}
Values
| Name |
Remarks |
| DelayRendering |
The Niagara System will delay its rendering until the PSO is ready. |
| DelayActivation |
The Niagara System will delay its activation until the PSO is ready. |