Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
ENiagaraExecutionState |
| Type |
enum |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include Path |
#include "NiagaraTypes.h" |
Syntax
enum ENiagaraExecutionState
{
Active,
Inactive,
InactiveClear,
Complete,
Disabled,
Num,
}
Values
| Name |
Remarks |
| 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 |