Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Animation/ControlRigSpline/Source/ControlRigSpline/Public/ControlRigSplineTypes.h |
Include |
#include "ControlRigSplineTypes.h" |
enum ESplineType
{
BSpline,
Hermite,
Max,
}
Name |
Description |
---|---|
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 |