Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerChannelInterface
- ISequencerChannelInterface::CanCreateKeyEditor_Raw()
- TSequencerChannelInterfaceCommon::CanCreateKeyEditor_Raw()
- TPerlinNoiseChannelInterface::CanCreateKeyEditor_Raw()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerChannelInterface.h |
| Include | #include "ISequencerChannelInterface.h" |
bool CanCreateKeyEditor_Raw
&40;
const FMovieSceneChannel &42; Channel
&41; const
Remarks
Check whether an editor on the sequencer node tree can be created for the specified channel true if a key editor should be constructed, false otherwise
Parameters
| Name | Description |
|---|---|
| Channel | The channel to check |