Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/TSequencerChannelInterfaceBase_C-_1
- ISequencerChannelInterface::AddOrUpdateKey_Raw()
- TSequencerChannelInterfaceBase< ChannelType, true >::AddOrUpdateKey_Raw()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelInterface.h |
| Include | #include "SequencerChannelInterface.h" |
virtual FKeyHandle AddOrUpdateKey_Raw
&40;
FMovieSceneChannel &42; InChannel,
UMovieSceneSection &42; SectionToKey,
const void &42; ExtendedEditorData,
FFrameNumber InTime,
ISequencer & Sequencer,
const FGuid & ObjectBindingID,
FTrackInstancePropertyBindings &42; PropertyBindings
&41; const
Remarks
Add (or update) a key to the specified channel using it's current value at that time, or some external value specified by the extended editor data A handle to the new or updated key
Parameters
| Name | Description |
|---|---|
| Channel | The channel to add a key to |
| SectionToKey | The Section to Key |
| ExtendedEditorData | A pointer to the extended editor data for this channel of type TMovieSceneChannelTraits<>::ExtendedEditorDataType |
| InTime | The time at which to add a key |
| InSequencer | The currently active sequencer |
| ObjectBindingID | The object binding ID for the track that this channel resides within |
| PropertyBindings | (Optional) Property bindings where this channel exists on a property track |