unreal.NiagaraAnimNotifyProgressType

class unreal.NiagaraAnimNotifyProgressType

Bases: EnumBase

ENiagara Anim Notify Progress Type

C++ Source:

  • Plugin: Niagara

  • Module: NiagaraAnimNotifies

  • File: AnimNotifyState_TimedNiagaraEffect.h

FORWARD: NiagaraAnimNotifyProgressType = Ellipsis

Send normalized progress (0.0 to 1.0) to the FX component as a float user parameter

Type:

1

NONE: NiagaraAnimNotifyProgressType = Ellipsis

Progress information will not be send to the FX component

Type:

0

REVERSE: NiagaraAnimNotifyProgressType = Ellipsis

Send reversed normalized progress (1.0 to 0.0) to the FX component as a float user parameter

Type:

2