ENiagaraSystemSpawnSectionEvaluateBehavior

Defines options for system life cycle for when the section is evaluating from the 2nd frame until the last frame of the section.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/MovieScene/MovieSceneNiagaraSystemSpawnSection.h

Include

#include "MovieScene/MovieSceneNiagaraSystemSpawnSection.h"

Syntax

enum ENiagaraSystemSpawnSectionEvaluateBehavior
{
    ActivateIfInactive,
    None,
}

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.

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