Navigation
API > API/Editor > API/Editor/SequencerWidgets
References
| Module | SequencerWidgets |
| Header | /Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h |
| Include | #include "ITimeSlider.h" |
Syntax
struct FPaintPlaybackRangeArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BrushWidth | The width of the above brushes, in slate units | |
| const FSlateBrush * | EndBrush | Brush to use for the end bound | |
| float | SolidFillOpacity | Level of opacity for the fill color between the range markers | |
| const FSlateBrush * | StartBrush | Brush to use for the start bound |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPaintPlaybackRangeArgs
(
const FSlateBrush* InStartBrush, |