ESplinePointType
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum ESplinePointType
Inheritance Object → ValueType → Enum → ESplinePointType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Linear | 0 | |
| Curve | 1 | |
| Constant | 2 | |
| CurveClamped | 3 | |
| CurveCustomTangent | 4 | |
| ESplinePointType_MAX | 5 |