Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/CurveEditorTypes.h |
Include | #include "CurveEditorTypes.h" |
Syntax
struct FCurvePointHandle
Remarks
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
Variables
Type | Name | Description |
---|---|---|
FCurveModelID | CurveID | The curve ID of the key's curve |
FKeyHandle | KeyHandle | The key handle for the underlying key |
ECurvePointType | PointType | The type of this point |
Constructors
Type | Name | Description |
---|---|---|
FCurvePointHandle ( FCurveModelID InCurveID, ECurvePointType InPointType, FKeyHandle InKeyHandle ) |