Navigation
API > API/Plugins > API/Plugins/Niagara
Defines options for system life cycle for when the section is evaluating from the 2nd frame until the last frame of the section.
| Name | ENiagaraSystemSpawnSectionEvaluateBehavior |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
| Include Path | #include "MovieScene/MovieSceneNiagaraSystemSpawnSection.h" |
Syntax
enum ENiagaraSystemSpawnSectionEvaluateBehavior
{
ActivateIfInactive,
None,
}
Values
| Name | Remarks |
|---|---|
| ActivateIfInactive | The system's component will be activated on any frame where it is inactive. |
| None | There sill be no changes to the system life cycle while the section is evaluating. |