Description
Creates a Spline curve from an array of transforms
Information
| Plugin | ControlRigSpline |
| Category | Splines |
| Tags | Spline From Transforms |
| Type | FRigUnit_ControlRigSplineFromTransforms |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Transforms | The input transforms to build the spline from | TArray<FTransform> | () |
| SplineMode | The mode to use for the spline | Spline Type | Hermite |
| bClosed | If True the spline will be closed | bool | False |
| SamplesPerSegment | Specifies the detail per segment of the spline | int32 | 16 |
| Compression | The amount of compression to apply | float | 0.000000 |
| Stretch | The amount of stretch to allow for the spline | float | 0.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Spline | The resulting spline | Control Rig Spline |