Navigation
API > API/Editor > API/Editor/Sequencer
Description
Create a key editor widget for the specified channel with the channel's specialized editor data. Such widgets are placed on the sequencer node tree for a given key area node.
| Name | Sequencer::CreateKeyEditor |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/SequencerChannelTraits.h |
| Include Path | #include "SequencerChannelTraits.h" |
namespace Sequencer
{
TSharedRef < SWidget > Sequencer::CreateKeyEditor
(
const FMovieSceneChannelHandle & InChannel,
const UE::Sequencer::FCreateKeyEditorParams & Params
)
}
The key editor widget
Parameters
| Name | Remarks |
|---|---|
| InChannel | The channel to create a key editor for |
| Params | Creation parameters containing all the necessary structures for creating the key editor |