Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelTraits.h |
| Include | #include "SequencerChannelTraits.h" |
namespace Sequencer
{
bool Sequencer&58;&58;CanCreateKeyEditor
&40;
const FMovieSceneChannel &42; InChannel
&41;
}
Remarks
Check whether the specified channel can create a key editor widget that should be placed on the sequencer node tree true if a key editor can be created, false otherwise
Parameters
| Name | Description |
|---|---|
| InChannel | The channel to check |