Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/FKeyRenderer
Cached parameters for drawing a single key
| Name | FCachedKeyBar |
| Type | struct |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Views/KeyRenderer.h |
| Include Path | #include "MVVM/Views/KeyRenderer.h" |
Syntax
struct FCachedKeyBar
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConnectionStyle | EKeyConnectionStyle | Key bar connection style | MVVM/Views/KeyRenderer.h | |
| EndTime | FFrameTime | MVVM/Views/KeyRenderer.h | ||
| Flags | EKeyBarRenderingFlags | Flags that specify how to draw this key bar | MVVM/Views/KeyRenderer.h | |
| StartTime | FFrameTime | The tick range that this key occupies (significant when this FKey represents multiple overlapping keys) | MVVM/Views/KeyRenderer.h |