Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include | #include "NiagaraTypes.h" |
Syntax
enum ENiagaraExecutionState
&123;
Active,
Inactive,
InactiveClear,
Complete,
Disabled,
Num,
&125;
Values
| Name | Description |
|---|---|
| Active | Run all scripts. Allow spawning. |
| Inactive | Run all scripts but suppress any new spawning. |
| InactiveClear | Clear all existing particles and move to inactive. |
| Complete | Complete. When the system or all emitters are complete the effect is considered finished. |
| Disabled | Emitter only. |
| Num | Insert new states before |