Navigation
API > API/Runtime > API/Runtime/Engine
Permitted spline point types for SplineComponent.
| Name | ESplinePointType::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h |
| Include Path | #include "Components/SplineComponent.h" |
Syntax
namespace ESplinePointType
{
enum Type
{
Linear,
Curve,
Constant,
CurveClamped,
CurveCustomTangent,
}
}
Values
| Name | Remarks |
|---|---|
| Linear | |
| Curve | |
| Constant | |
| CurveClamped | |
| CurveCustomTangent |