unreal.RichCurveInterpMode

class unreal.RichCurveInterpMode

Bases: EnumBase

Method of interpolation between this key and the next.

C++ Source:

  • Module: Engine

  • File: RealCurve.h

RCIM_CONSTANT: RichCurveInterpMode

Use a constant value. Represents stepped values.

Type:

1

RCIM_CUBIC: RichCurveInterpMode

Cubic interpolation. See TangentMode for different cubic interpolation options.

Type:

2

RCIM_LINEAR: RichCurveInterpMode

Use linear interpolation between values.

Type:

0