Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelTraits.h |
| Include | #include "SequencerChannelTraits.h" |
namespace Sequencer
{
TSharedPtr < UE::Sequencer::STrackAreaLaneView > Sequencer::CreateChannelView
(
const FMovieSceneChannelHandle & InChannelHandle,
TWeakPtr < UE::Sequencer::FChannelModel > InWeakModel,
const UE::Sequencer::FCreateTrackLaneViewParams & Parameters
)
}
Remarks
Create a new channel view for this type of channel (Optional) A new view to be shown on the track area
Parameters
| Name | Description |
|---|---|
| InChannelHandle | The channel handle to create a model for |
| InWeakModel | The model that is creating the view. Should not be Pinned persistently. |
| Parameters | View construction parameters |