FMovieSceneTrackEditor::BindCommands

Allows the track editors to bind commands.

Windows
MacOS
Linux

Override Hierarchy

ISequencerTrackEditor::BindCommands()

FMovieSceneTrackEditor::BindCommands()

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 BindCommands
(
    TSharedRef< FUICommandList > SequencerCommandBindings
)

Remarks

Allows the track editors to bind commands.

Parameters

Parameter

Description

SequencerCommandBindings

The command bindings to map to.

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