Navigation
Unreal Engine C++ API Reference > 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 FSlateBru... | Brush | The brush to use to draw the key |
FVector2D | ScreenSize | The size of the key on screen in slate units |
TOptional< FLin... | Tint | A tint to apply to the brush |
Constructors
Type | Name | Description |
---|---|---|
FKeyDrawInfo () |