Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/CommonMovieSceneTools.h |
Include |
#include "CommonMovieSceneTools.h" |
Source |
/Engine/Source/Editor/MovieSceneTools/Private/CommonMovieSceneTools.cpp |
void DrawFrameTimeHint
(
FSequencerSectionPainter & InPainter,
const FFrameTime & CurrentTime,
const FFrameTime & FrameTime,
const FFrameNumberInterface * FrameNumberInterface
)
Draw a frame time next to the scrub handle
Parameter |
Description |
---|---|
InPainter |
Structure that affords common painting operations |
CurrentTime |
Current time of the scrub handle |
FrameTime |
Frame time to draw |
FrameNumberInterface |
(optional) Interface to control the display format and/or frame rate conversion of the drawn frame time. If not provided, the frame time will be drawn as a frame number without any subframe. |