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
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 |
|
Functions
Public