Navigation
API > API/Plugins > API/Plugins/Niagara
Defines options for system life cycle for the time after the section.
| Name | ENiagaraSystemSpawnSectionEndBehavior |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
| Include Path | #include "MovieScene/MovieSceneNiagaraSystemSpawnSection.h" |
Syntax
enum ENiagaraSystemSpawnSectionEndBehavior
{
SetSystemInactive,
Deactivate,
None,
}
Values
| Name | Remarks |
|---|---|
| SetSystemInactive | |
| Deactivate | |
| None |