FMovieSceneTrackEditor::BuildObjectBindingEditButtons

Builds up the object binding edit buttons for the outliner.

Windows
MacOS
Linux

Override Hierarchy

ISequencerTrackEditor::BuildObjectBindingEditButtons()

FMovieSceneTrackEditor::BuildObjectBindingEditButtons()

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 void BuildObjectBindingEditButtons
(
    TSharedPtr< SHorizontalBox > EditBox,
    const FGuid & ObjectBinding,
    const UClass * ObjectClass
)

Remarks

Builds up the object binding edit buttons for the outliner.

Parameters

Parameter

Description

EditBox

The edit box to add buttons to.

ObjectBinding

The object binding this is for.

ObjectClass

The class of the object this is for.

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