Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSimpleTimeSlider
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h |
| Include | #include "SSimpleTimeSlider.h" |
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 | ClippingRect | Clipping 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 |