Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerChannelInterface
- ISequencerChannelInterface::CreateChannelModel_Raw()
- TPerlinNoiseChannelInterface::CreateChannelModel_Raw()
- TSequencerChannelInterfaceCommon::CreateChannelModel_Raw()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerChannelInterface.h |
| Include | #include "ISequencerChannelInterface.h" |
TSharedPtr< UE::Sequencer::FChannelModel > CreateChannelModel_Raw
&40;
const FMovieSceneChannelHandle & InChannelHandle,
FName InChannelName
&41; const
Remarks
Create a new channel model for this type of channel (Optional) A new model to be added to a curve editor
Parameters
| Name | Description |
|---|---|
| InChannelHandle | The channel handle to create a model for |
| InChannelName | The identifying name of this channel |