FMovieSceneTrackEditor::BuildOutlinerEditWidget

Builds an edit widget for the outliner nodes which represent tracks which are edited by this editor.

Windows
MacOS
Linux

Override Hierarchy

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 TSharedPtr< SWidget > BuildOutlinerEditWidget
(
    const FGuid & ObjectBinding,
    UMovieSceneTrack * Track,
    const FBuildEditWidgetParams & Params
)

Remarks

Builds an edit widget for the outliner nodes which represent tracks which are edited by this editor.

Returns

The the widget to display in the outliner, or an empty shared ptr if not widget is to be displayed.

Parameters

Parameter

Description

ObjectBinding

The object binding associated with the track being edited by this editor.

Track

The track being edited by this editor.

Params

Parameter struct containing data relevant to the edit widget

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