Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/TSequencerChannelInterfaceCommon
- ISequencerChannelInterface::CreateKeyEditor_Raw()
- TSequencerChannelInterfaceCommon::CreateKeyEditor_Raw()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelInterface.h |
| Include | #include "SequencerChannelInterface.h" |
virtual TSharedRef < SWidget > CreateKeyEditor_Raw
(
const FMovieSceneChannelHandle & Channel,
const UE::Sequencer::FCreateKeyEditorParams & Params
) const
Remarks
Create an editor on the sequencer node tree The editor widget to display on the node tree
Parameters
| Name | Description |
|---|---|
| Channel | The channel to check |
| Params | Creation parameters containing all the necessary structures for creating the key editor |