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