unreal.RigUnit_GetLengthControlRigSpline

class unreal.RigUnit_GetLengthControlRigSpline(spline: ControlRigSpline = [], length: float = 0.0)

Bases: RigUnit_ControlRigSplineBase

Retrieves the length from a given Spline

C++ Source:

  • Plugin: ControlRigSpline

  • Module: ControlRigSpline

  • File: ControlRigSplineUnits.h

Editor Properties: (see get_editor_property/set_editor_property)

  • length (float): [Read-Write] The resulting length of the spline

  • spline (ControlRigSpline): [Read-Write] The spline to evaluate

property length: float

[Read-Only] The resulting length of the spline

Type:

(float)

property spline: ControlRigSpline

[Read-Write] The spline to evaluate

Type:

(ControlRigSpline)