Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/IKeyArea
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/IKeyArea.h |
| Include | #include "IKeyArea.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/IKeyArea.cpp |
TSharedRef< SWidget > CreateKeyEditor
&40;
TWeakPtr< ISequencer > Sequencer,
const FGuid & ObjectBindingID
&41;
Remarks
Create an editor on the sequencer node tree The editor widget to display on the key area's node
Parameters
| Name | Description |
|---|---|
| Sequencer | The currently active sequencer |
| ObjectBindingID | The ID of the object this key area's track is bound to |