Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/MVVM > API/Editor/SequencerCore/MVVM/Views
References
Module | SequencerCore |
Header | /Engine/Source/Editor/SequencerCore/Public/MVVM/Views/KeyDrawParams.h |
Include | #include "MVVM/Views/KeyDrawParams.h" |
Syntax
struct FKeyDrawParams
Remarks
Structure defining how a key should be drawn
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
const FSlateBrush * | BorderBrush | Brush to use for drawing the key's border |
![]() |
FLinearColor | BorderTint | Tint to be used for the key's border |
![]() |
EKeyConnectionStyle | ConnectionStyle | Flags denoting how to draw connecting lines between this key and the next |
![]() |
const FSlateBrush * | FillBrush | Brush to use for drawing the key's filled area |
![]() |
FVector2D | FillOffset | The amount to offset the fill brush from the keys center |
![]() |
FLinearColor | FillTint | Tint to be used for the key's filled area |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |