Navigation
API > API/Editor > API/Editor/CurveEditor
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/CurveDrawInfo.h |
| Include | #include "CurveDrawInfo.h" |
Syntax
struct FCurvePointInfo
Remarks
Structure that defines the necessary data for painting a given curve point
Variables
| Type | Name | Description | |
|---|---|---|---|
| FKeyDrawInfo | DrawInfo | DrawInfo to use when rendering this point. | |
| FKeyHandle | KeyHandle | This point's key handle | |
| int32 | LayerBias | A layer bias to draw the point with (higher integers draw on top) | |
| FVector2D | LineDelta | A screen space delta position that defines where to draw a line connected to this point. | |
| FVector2D | ScreenPosition | The position of the point on screen | |
| ECurvePointType | Type | The type of the point |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCurvePointInfo
(
FKeyHandle InHandle |