Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FSequencerTimeSliderController
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerTimeSliderController.h |
| Include | #include "SequencerTimeSliderController.h" |
Syntax
struct FScrubRangeToScreen
Remarks
Utility struct for converting between scrub range space and local/absolute screen space
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | PixelsPerInput | ||
| double | ViewStart |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScrubRangeToScreen
(
const TRange< double >& InViewInput, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | InputToLocalX
(
double Input |
Curve Input domain -> local Widget Space | |
| double | LocalDeltaXToDeltaInput
(
float ScreenDeltaX |
Local Widget Space -> Curve Input domain. | |
| double | LocalXToInput
(
float ScreenX |
Local Widget Space -> Curve Input domain. |