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
{
    None             = 0x000,
    Key              = 0x001,
    ArriveTangent    = 0x002,
    LeaveTangent     = 0x004,
    Any              = Key | ArriveTangent | LeaveTangent,
}

Values

Name

Description

None

Key

ArriveTangent

LeaveTangent

Any

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