Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSimpleTimeSlider
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SSimpleTimeSlider::FArguments
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h |
| Include | #include "SSimpleTimeSlider.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSimpleTimeSlider >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowPan
(
const TAttribute< bool >& InAttribute |
If we are allowed to pan | |
| WidgetArgsType & | AllowZoom
(
const TAttribute< bool >& InAttribute |
If we are allowed to zoom | |
| WidgetArgsType & | ClampRange
(
const TAttribute< TRange< double > >& InAttribute |
Clamp time range | |
| WidgetArgsType & | ClampRangeHighlightColor
(
const TAttribute< FLinearColor >& InAttribute |
Color overlay for active range | |
| WidgetArgsType & | ClampRangeHighlightSize
(
const TAttribute< float >& InAttribute |
Size of clamp range overlay 0.0 for none 1.0 for the height of the slider | |
| WidgetArgsType & | CursorSize
(
const TAttribute< float >& InAttribute |
Cursor range for data like histogram graphs, etc. | |
| WidgetArgsType & | DesiredSize
(
FVector2d InArg |
Widget desired size | |
| WidgetArgsType & | MirrorLabels
(
const TAttribute< bool >& InAttribute |
If we should mirror the labels on the timeline | |
| WidgetArgsType & | OnBeginScrubberMovement
(
const FSimpleDelegate& InDelegate |
Called right before the scrubber begins to move | |
| WidgetArgsType & | OnEndScrubberMovement
(
const FSimpleDelegate& InDelegate |
Called right after the scrubber handle is released by the user | |
| WidgetArgsType & | OnScrubPositionChanged
(
const FOnScrubPositionChanged& InDelegate |
Called when the scrub position changes | |
| WidgetArgsType & | OnViewRangeChanged
(
const FOnRangeChanged& InDelegate |
Called when the view range changes | |
| WidgetArgsType & | ScrubPosition
(
const TAttribute< double >& InAttribute |
The scrub position | |
| WidgetArgsType & | ViewRange
(
const TAttribute< TRange< double > >& InAttribute |
View time range |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |