Navigation
API > API/Developer > API/Developer/ToolWidgets
| Name | SSimpleTimeSlider |
| Type | class |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h |
| Include Path | #include "SSimpleTimeSlider.h" |
Syntax
class SSimpleTimeSlider : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SSimpleTimeSlider
- FSlateControlledConstruction → SWidget → SCompoundWidget → SSimpleTimeSlider
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FDrawTickArgs | |
| FScrubRangeToScreen | Utility struct for converting between scrub range space and local/absolute screen space |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnRangeChanged | TBaseDelegate_OneParam< void, TRange< double > > | SSimpleTimeSlider.h | |
| FOnScrubPositionChanged | TBaseDelegate_TwoParams< void, double, bool > | SSimpleTimeSlider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct the widget | SSimpleTimeSlider.h | |
TRange< double > GetTimeRange() |
SSimpleTimeSlider.h | ||
bool IsPanning() |
SSimpleTimeSlider.h | ||
void SetClampRange
(
double MinValue, |
SSimpleTimeSlider.h | ||
void SetTimeRange
(
double MinValue, |
SSimpleTimeSlider.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CommitScrubPosition
(
double NewValue, |
Call this method when the user's interaction has changed the scrub position | SSimpleTimeSlider.h | |
void DrawTicks
(
FSlateWindowElementList& OutDrawElements, |
Draws time tick marks | SSimpleTimeSlider.h | |
double GetTimeAtCursorPosition
(
const FGeometry& MyGeometry, |
SSimpleTimeSlider.h | ||
int32 OnPaintTimeSlider
(
bool bMirrorLabels, |
SSimpleTimeSlider.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector2D ComputeDesiredSize
(
float |
SSimpleTimeSlider.h | ||
virtual FReply OnMouseButtonUp
(
const FGeometry& MyGeometry, |
SSimpleTimeSlider.h | ||
virtual FReply OnMouseMove
(
const FGeometry& MyGeometry, |
SSimpleTimeSlider.h | ||
virtual FReply OnMouseWheel
(
const FGeometry& MyGeometry, |
SSimpleTimeSlider.h | ||
virtual int32 OnPaint
(
const FPaintArgs& Args, |
SSimpleTimeSlider.h | ||
virtual FReply OnPreviewMouseButtonDown
(
const FGeometry& MyGeometry, |
SSimpleTimeSlider.h |