Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerChannelInterface.h |
| Include | #include "ISequencerChannelInterface.h" |
Syntax
struct FExtendKeyMenuParams
Remarks
Utility struct representing a number of selected keys on a single channel
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneChannelHandle | Channel | The channel on which the keys reside | |
| TArray< FKeyHandle > | Handles | An array of key handles to operante on | |
| TWeakObjectPtr< UMovieSceneSection > | Section | The section on which the channel resides |