unreal.RichCurveKeyBP

class unreal.RichCurveKeyBP(interp_mode: RichCurveInterpMode = Ellipsis, tangent_mode: RichCurveTangentMode = Ellipsis, tangent_weight_mode: RichCurveTangentWeightMode = Ellipsis, time: float = 0.0, value: float = 0.0)

Bases: RichCurveKey

Rich Curve Key BP

C++ Source:

  • Plugin: CascadeToNiagaraConverter

  • Module: CascadeToNiagaraConverter

  • File: NiagaraStackGraphUtilitiesAdapterLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • interp_mode (RichCurveInterpMode): [Read-Write] Interpolation mode between this key and the next

  • tangent_mode (RichCurveTangentMode): [Read-Write] Mode for tangents at this key

  • tangent_weight_mode (RichCurveTangentWeightMode): [Read-Write] If either tangent at this key is ‘weighted’

  • time (float): [Read-Write] Time at this key

  • value (float): [Read-Write] Value at this key