unreal.RichCurveTangentWeightMode

class unreal.RichCurveTangentWeightMode

Bases: EnumBase

Enumerates tangent weight modes.

C++ Source:

  • Module: Engine

  • File: RichCurve.h

RCTWM_WEIGHTED_ARRIVE: RichCurveTangentWeightMode

Only take the arrival tangent weight into account for evaluation.

Type:

1

RCTWM_WEIGHTED_BOTH: RichCurveTangentWeightMode

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

Type:

3

RCTWM_WEIGHTED_LEAVE: RichCurveTangentWeightMode

Only take the leaving tangent weight into account for evaluation.

Type:

2

RCTWM_WEIGHTED_NONE: RichCurveTangentWeightMode

Don’t take tangent weights into account.

Type:

0