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
{
Active,
Inactive,
InactiveClear,
Complete,
UMETA =(Hidden),
UMETA =(Hidden),
}
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. |
| UMETA |
Emitter only. |
| UMETA |
Insert new states before |