Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerDecorationEditor
Description
Optionally create a custom key editor widget for one of this decoration's channels. Return nullptr to use the standard channel editor.
| Name | CreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerDecorationEditor.h |
| Include Path | #include "ISequencerDecorationEditor.h" |
virtual TSharedPtr < SWidget > CreateKeyEditor
(
UObject & Decoration,
UMovieSceneSection & Section,
FMovieSceneChannelHandle ChannelHandle,
TWeakPtr < ISequencer > Sequencer,
const FGuid & ObjectBindingID
)