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