unreal.CurveParameterPair

class unreal.CurveParameterPair(anim_curve_name: Name = 'None', user_variable_name: Name = 'None')

Bases: StructBase

Curve Parameter Pair

C++ Source:

  • Plugin: Niagara

  • Module: NiagaraAnimNotifies

  • File: AnimNotifyState_TimedNiagaraEffect.h

Editor Properties: (see get_editor_property/set_editor_property)

  • anim_curve_name (Name): [Read-Write] Anim Curve Name: Name of the curve in this montage.

  • user_variable_name (Name): [Read-Write] User Variable Name: Name of the Niagara user float variable.

property anim_curve_name: Name

[Read-Only] Anim Curve Name: Name of the curve in this montage.

Type:

(Name)

property user_variable_name: Name

[Read-Only] User Variable Name: Name of the Niagara user float variable.

Type:

(Name)