Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FSequencerTimeSliderController
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Private/SequencerTimeSliderController.cpp |
| Include | #include "SequencerTimeSliderController.cpp" |
Syntax
struct FDrawTickArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGeometry | AllottedGeometry | Geometry of the area | |
| bool | bMirrorLabels | Whether or not to mirror labels | |
| bool | bOnlyDrawMajorTicks | Whether or not to only draw major ticks | |
| FSlateRect | CullingRect | Culling rect of the area | |
| ESlateDrawEffect | DrawEffects | Draw effects to apply | |
| float | MajorTickHeight | Height in of major ticks | |
| int32 | StartLayer | Start layer for elements | |
| FLinearColor | TickColor | Color of each tick | |
| float | TickOffset | Offset in Y where to start the tick |