Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/MovieScene
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/MovieScene/MovieSceneNiagaraSystemSpawnSection.h |
Include | #include "MovieScene/MovieSceneNiagaraSystemSpawnSection.h" |
Syntax
enum ENiagaraSystemSpawnSectionEvaluateBehavior
&123;
ActivateIfInactive,
None,
&125;
Values
Name | Description |
---|---|
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. |
Remarks
Defines options for system life cycle for when the section is evaluating from the 2nd frame until the last frame of the section.