ESplinePointType::Type

Permitted spline point types for SplineComponent.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SplineComponent.h

Include

#include "Components/SplineComponent.h"

Syntax

namespace ESplinePointType
{
    enum Type
    {
        Linear,
        Curve,
        Constant,
        CurveClamped,
        CurveCustomTangent,
    }
}

Values

Name

Description

Linear

Curve

Constant

CurveClamped

CurveCustomTangent

Remarks

Permitted spline point types for SplineComponent.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss