Navigation
API > API/Editor > API/Editor/CurveEditor
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/CurveDrawInfo.h |
| Include | #include "CurveDrawInfo.h" |
Syntax
struct FKeyDrawInfo
Remarks
Structure that defines how to draw a particular key
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FSlateBrush * | Brush | The brush to use to draw the key | |
| FVector2D | ScreenSize | The size of the key on screen in slate units | |
| TOptional< FLinearColor > | Tint | A tint to apply to the brush |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FKeyDrawInfo () |