unreal.RichCurveTangentWeightMode

class unreal.RichCurveTangentWeightMode

Bases: unreal.EnumBase

Enumerates tangent weight modes.

C++ Source:

  • Module: Engine

  • File: RichCurve.h

RCTWM_WEIGHTED_ARRIVE

Only take the arrival tangent weight into account for evaluation.

Type

1

RCTWM_WEIGHTED_BOTH

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

Type

3

RCTWM_WEIGHTED_LEAVE

Only take the leaving tangent weight into account for evaluation.

Type

2

RCTWM_WEIGHTED_NONE

Don’t take tangent weights into account.

Type

0