unreal.RichCurveTangentWeightMode

class unreal.RichCurveTangentWeightMode

Bases: EnumBase

Enumerates tangent weight modes.

C++ Source:

  • Module: Engine

  • File: RichCurve.h

RCTWM_WEIGHTED_ARRIVE: RichCurveTangentWeightMode = Ellipsis

Only take the arrival tangent weight into account for evaluation.

Type:

1

RCTWM_WEIGHTED_BOTH: RichCurveTangentWeightMode = Ellipsis

Take both the arrival and leaving tangent weights into account for evaluation.

Type:

3

RCTWM_WEIGHTED_LEAVE: RichCurveTangentWeightMode = Ellipsis

Only take the leaving tangent weight into account for evaluation.

Type:

2

RCTWM_WEIGHTED_NONE: RichCurveTangentWeightMode = Ellipsis

Don’t take tangent weights into account.

Type:

0