Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelTraits.h |
| Include | #include "SequencerChannelTraits.h" |
Syntax
template<typename ChannelType>
struct TExtendKeyMenuParams
Remarks
Utility struct representing a number of selected keys on a single channel
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMovieSceneChannelHandle< ChannelType > | 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 |