Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerDecorationEditor
Description
Add or update a key on a decoration-owned channel. Called when the standard keying path detects a channel owned by a decoration rather than a track. The default implementation keys the channel directly without track assumptions.
| Name | AddOrUpdateKey |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerDecorationEditor.h |
| Include Path | #include "ISequencerDecorationEditor.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/ISequencerDecorationEditor.cpp |
virtual FKeyHandle AddOrUpdateKey
(
UObject & Decoration,
UMovieSceneSection & Section,
FMovieSceneChannelHandle ChannelHandle,
FFrameNumber Time,
const FGuid & ObjectBindingID,
ISequencer & InSequencer
)