Navigation
API > API/Editor > API/Editor/CurveEditor
A unique handle to a particular point handle (key, tangent handle etc) on a curve, represented by the key's handle, its curve ID, and its type
| Name | FCurvePointHandle |
| Type | struct |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorTypes.h |
| Include Path | #include "CurveEditorTypes.h" |
Syntax
struct FCurvePointHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCurvePointHandle
(
FCurveModelID InCurveID, |
CurveEditorTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveID | FCurveModelID | The curve ID of the key's curve | CurveEditorTypes.h | |
| KeyHandle | FKeyHandle | The key handle for the underlying key | CurveEditorTypes.h | |
| PointType | ECurvePointType | The type of this point | CurveEditorTypes.h |