Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSimpleTimeSlider
Utility struct for converting between scrub range space and local/absolute screen space
| Name | FScrubRangeToScreen |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h |
| Include Path | #include "SSimpleTimeSlider.h" |
Syntax
struct FScrubRangeToScreen
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScrubRangeToScreen
(
TRange< double > InViewInput, |
SSimpleTimeSlider.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PixelsPerInput | float | SSimpleTimeSlider.h | ||
| ViewInput | TRange< double > | SSimpleTimeSlider.h | ||
| ViewInputRange | double | SSimpleTimeSlider.h | ||
| WidgetSize | FVector2f | SSimpleTimeSlider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float InputToLocalX
(
const double Input |
Curve Input domain -> local Widget Space | SSimpleTimeSlider.h | |
double LocalXToInput
(
const float ScreenX |
Local Widget Space -> Curve Input domain. | SSimpleTimeSlider.h |