ISequencerTrackEditor::PaintTrackArea

Allows the track editor to paint on a track area.

Windows
MacOS
Linux

Override Hierarchy

ISequencerTrackEditor::PaintTrackArea()

FMovieSceneTrackEditor::PaintTrackArea()

References

Module

Sequencer

Header

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

Include

#include "ISequencerTrackEditor.h"

Syntax

int32 PaintTrackArea
(
    const FPaintArgs & Args,
    const FGeometry & AllottedGeometry,
    const FSlateRect & MyCullingRect,
    FSlateWindowElementList & OutDrawElements,
    int32 LayerId,
    const FWidgetStyle & InWidgetStyle
)

Remarks

Allows the track editor to paint on a track area.

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