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