Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FKeyOperation
Description
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()
| Name | Populate |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/SequencerKeyParams.h |
| Include Path | #include "SequencerKeyParams.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/SequencerKeyParams.cpp |
void Populate
(
UMovieSceneTrack * InTrack,
TSharedPtr < ISequencerSection > InSection,
TSharedPtr < IKeyArea > InKeyArea
)
Parameters
| Name | Remarks |
|---|---|
| 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 |