ECurvePointType

Enum for representing the type of a key point in the curve editor

Windows
MacOS
Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/CurveEditorTypes.h

Include

#include "CurveEditorTypes.h"

Syntax

enum ECurvePointType
{
    Key,
    ArriveTangent,
    LeaveTangent,
}

Values

Name

Description

Key

ArriveTangent

LeaveTangent

Remarks

Enum for representing the type of a key point in the curve editor

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