FScrubRangeToScreen

Utility struct for converting between scrub range space and local/absolute screen space

Windows
MacOS
Linux

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

Name Description

Public variable

float

 

PixelsPerInput

Public variable

double

 

ViewStart

Constructors

Name Description

Public function

FScrubRangeToScreen

(
    const TRange< double >& InViewInpu...,
    const FVector2D& InWidgetSize
)

Functions

Name Description

Public function Const

float

 

InputToLocalX

(
    double Input
)

Curve Input domain -> local Widget Space

Public function Const

double

 

LocalXToInput

(
    float ScreenX
)

Local Widget Space -> Curve Input domain.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss