Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Animation/ControlRigSpline/Source/ControlRigSpline/Public/ControlRigSplineTypes.h |
Include |
#include "ControlRigSplineTypes.h" |
USTRUCT()
struct FControlRigSplineImpl
Name | Description | ||
---|---|---|---|
|
TArray< float > |
AccumulatedLenth |
Accumulated length along the spline given by samples. |
|
float |
Compression |
The allowed length compression (1.f being do not allow compression`). If 0, no restriction wil be applied. |
|
ControlPoints |
The control points to construct the spline. |
|
|
TArray< float > |
InitialLengths |
The initial lengths between samples. |
|
SamplesArray |
Positions along the "real" curve (no samples in the first and last segments of a hermite spline) |
|
|
SamplesPerSegment |
Samples per segment, where segment is the portion between two control points. |
|
|
tinyspline::BSp... |
Spline |
The actual spline. |
|
SplineMode |
Spline type. |
|
|
float |
Stretch |
The allowed length stretch (1.f being do not allow stretch`). If 0, no restriction wil be applied. |
Name | Description | |
---|---|---|
|
FControlRigSplineImpl() |