Navigation
Unreal Engine C++ API Reference > Editor > Sequencer > FSequencerTimeSliderController
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/SequencerTimeSliderController.h |
Include | #include "SequencerTimeSliderController.h" |
Source | /Engine/Source/Editor/Sequencer/Private/SequencerTimeSliderController.cpp |
FScrubberMetrics GetScrubPixelMetrics
(
const FQualifiedFrameTime & ScrubTime,
const FScrubRangeToScreen & RangeToScreen,
float DilationPixels
) const
Remarks
Get the pixel matrics of the Scrubber
Parameters
Name | Description |
---|---|
ScrubTime | The qualified time of the scrubber |
RangeToScreen | Range to screen helper |
DilationPixels | Number of pixels to dilate the handle by return FScrubberMetrics struct |