unreal.RichCurveTangentMode

class unreal.RichCurveTangentMode

Bases: EnumBase

If using RCIM_Cubic, this enum describes how the tangents should be controlled in editor.

C++ Source:

  • Module: Engine

  • File: RichCurve.h

RCTM_AUTO: RichCurveTangentMode

Automatically calculates tangents to create smooth curves between values.

Type:

0

RCTM_BREAK: RichCurveTangentMode

User specifies the tangent as two separate broken tangents on each side of the key which can allow a sharp change in evaluation before or after.

Type:

2

RCTM_USER: RichCurveTangentMode

User specifies the tangent as a unified tangent where the two tangents are locked to each other, presenting a consistent curve before and after.

Type:

1