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 FScrubRangeToScreen
Remarks
Utility struct for converting between scrub range space and local/absolute screen space
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | PixelsPerInput | ||
| TRange< double > | ViewInput | ||
| float | ViewInputRange | ||
| FVector2D | WidgetSize |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScrubRangeToScreen
(
TRange< double > InViewInput, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | InputToLocalX
(
float Input |
Curve Input domain -> local Widget Space | |
| float | LocalXToInput
(
float ScreenX |
Local Widget Space -> Curve Input domain. |