Navigation
Unreal Engine C++ API Reference > Editor > Sequencer
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelTraits.h |
Include | #include "SequencerChannelTraits.h" |
namespace Sequencer
{
TSharedPtr< UE::Sequencer::FChannelModel > Sequencer&58;&58;CreateChannelModel
&40;
const FMovieSceneChannelHandle & InChannelHandle,
FName InChannelName
&41;
}
Remarks
Create a new channel model for this type of channel (Optional) A new model to be used as part of the Sequencer MVVM framework
Parameters
Name | Description |
---|---|
InChannelHandle | The channel handle to create a model for |
InChannelName | The identifying name of this channel |