Navigation
Unreal Engine C++ API Reference > 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 |
ESlateDrawEffec... | 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 |