FMovieSceneTrackEditor::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/MovieSceneTrackEditor.h

Include

#include "MovieSceneTrackEditor.h"

Source

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

Syntax

virtual 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