Navigation
API > API/Plugins > API/Plugins/ControlRigSpline
| |
|
| Name |
ESplineType |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/ControlRigSpline/Source/ControlRigSpline/Public/ControlRigSplineTypes.h |
| Include Path |
#include "ControlRigSplineTypes.h" |
Syntax
enum ESplineType
{
Unimplemented,
LegacyTangent,
Tangent,
BSpline,
Hermite,
Max,
}
Values
| Name |
Remarks |
| Unimplemented |
|
| LegacyTangent |
|
| Tangent |
|
| BSpline |
BSpline The smooth curve will pass through the first and last control points |
| Hermite |
Hermite: The curve will pass through the control points |
| Max |
MAX - invalid |