unreal.SplineType

class unreal.SplineType

Bases: EnumBase

ESpline Type

C++ Source:

  • Plugin: ControlRigSpline

  • Module: ControlRigSpline

  • File: ControlRigSplineTypes.h

B_SPLINE: SplineType

The smooth curve will pass through the first and last control points

Type:

0

HERMITE: SplineType

The curve will pass through the control points

Type:

1