unreal.RichCurveInterpMode

class unreal.RichCurveInterpMode

Bases: unreal.EnumBase

Method of interpolation between this key and the next.

C++ Source:

  • Module: Engine

  • File: RealCurve.h

RCIM_CONSTANT

Use a constant value. Represents stepped values.

Type

1

RCIM_CUBIC

Cubic interpolation. See TangentMode for different cubic interpolation options.

Type

2

RCIM_LINEAR

Use linear interpolation between values.

Type

0