DrawFrameNumberHint

Draw the current frame number next to the scrub handle

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/CommonMovieSceneTools.h

Include

#include "CommonMovieSceneTools.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/CommonMovieSceneTools.cpp

Syntax

void DrawFrameNumberHint
(
    FSequencerSectionPainter & InPainter,
    FFrameTime CurrentTime,
    int32 FrameNumber
)

Remarks

Draw the current frame number next to the scrub handle

Parameters

Parameter

Description

InPainter

Structure that affords common painting operations

CurrentTime

Current time of the scrub handle

FrameNumber

Frame number to draw

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