Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/TSequencerChannelInterfaceCommon
- ISequencerChannelInterface::CreateChannelModel_Raw()
- TSequencerChannelInterfaceCommon::CreateChannelModel_Raw()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelInterface.h |
| Include | #include "SequencerChannelInterface.h" |
virtual 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 |