Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FKeyOperation
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerKeyParams.h |
| Include | #include "SequencerKeyParams.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/SequencerKeyParams.cpp |
void Populate
&40;
UMovieSceneTrack &42; InTrack,
TSharedPtr< ISequencerSection > InSection,
TSharedPtr< IKeyArea > InKeyArea
&41;
Remarks
Populate this operation with a specific track, section and channel.
This channel may or may not be used for the final operation depending on the result of ChooseOperation()
Parameters
| Name | Description |
|---|---|
| InTrack | The track object that owns the section. WARNING: Must relate to this operation's track editor. |
| InSection | The section interface for the section to add keys to |
| InKeyArea | They key area relating to the channel to key |