FSequencerTimeSliderController::OnPaintViewArea

Draws major tick lines in the section view

Windows
MacOS
Linux

Override Hierarchy

ITimeSliderController::OnPaintViewArea()

FSequencerTimeSliderController::OnPaintViewArea()

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/SequencerTimeSliderController.h

Include

#include "SequencerTimeSliderController.h"

Source

/Engine/Source/Editor/Sequencer/Private/SequencerTimeSliderController.cpp

Syntax

virtual int32 OnPaintViewArea
(
    const FGeometry & AllottedGeometry,
    const FSlateRect & MyCullingRect,
    FSlateWindowElementList & OutDrawElements,
    int32 LayerId,
    bool bEnabled,
    const FPaintViewAreaArgs & Args
) const

Remarks

Draws major tick lines in the section view

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