ENiagaraExecutionState

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h

Include

#include "NiagaraTypes.h"

Syntax

enum ENiagaraExecutionState
{
    Active,
    Inactive,
    InactiveClear,
    Complete,
    Disabled,
    Num,
}

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

  1. When the system or all emitters are complete the effect is considered finished.

Disabled

Emitter only.

Num

Insert new states before

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss