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/KeyRenderer.h |
| Include | #include "MVVM/Views/KeyRenderer.h" |
Syntax
struct FKeyRendererPaintArgs
Remarks
Paint arguments required for painting keys on a sequencer track
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | CurveColor | Curve color to paint underlying curves with | |
| ESlateDrawEffect | DrawEffects | Default draw effect | |
| FSlateWindowElementList * | DrawElements | Draw elements to paint onto | |
| FLinearColor | KeyBarColor | Key bar color | |
| float | KeyThrobValue | The amount to throb selected keys by | |
| float | SectionThrobValue | The amount to throb selected sections by | |
| FLinearColor | SelectionColor | Selection color to use for selected keys | |
| FVector2D | ThrobAmount | Fixed amount to throb newly created keys by |