Navigation
API > API/Editor > API/Editor/Sequencer
Utility struct representing a number of selected keys on a single channel
| Name | FExtendKeyMenuParams |
| Type | struct |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerChannelInterface.h |
| Include Path | #include "ISequencerChannelInterface.h" |
Syntax
struct FExtendKeyMenuParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channel | FMovieSceneChannelHandle | The channel on which the keys reside | ISequencerChannelInterface.h | |
| Handles | TArray< FKeyHandle > | An array of key handles to operante on | ISequencerChannelInterface.h | |
| Section | TWeakObjectPtr< UMovieSceneSection > | The section on which the channel resides | ISequencerChannelInterface.h | |
| WeakOwner | TWeakObjectPtr< UObject > | The owning object. Probably the same as Section, but can be different. | ISequencerChannelInterface.h |