ENiagaraTickBehavior

Niagara ticking behaviour

Windows
MacOS
Linux

References

Module

Niagara

Header

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

Include

#include "NiagaraCommon.h"

Syntax

enum ENiagaraTickBehavior
{
    UsePrereqs,
    UseComponentTickGroup,
    ForceTickFirst,
    ForceTickLast,
}

Values

Name

Description

UsePrereqs

Niagara will tick after all prereqs have ticked for attachements / data interfaces, this is the safest option.

UseComponentTickGroup

Niagara will ignore prereqs (attachments / data interface dependencies) and use the tick group set on the component.

ForceTickFirst

Niagara will tick in the first tick group (default is TG_PrePhysics).

ForceTickLast

Niagara will tick in the last tick group (default is TG_LastDemotable).

Remarks

Niagara ticking behaviour

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