Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISectionLayoutBuilder
Description
Adds a channel onto the layout. If a category is pushed, the key area will appear as a child of the current category
| Name | AddChannel |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISectionLayoutBuilder.h |
| Include Path | #include "ISectionLayoutBuilder.h" |
void AddChannel
(
const FMovieSceneChannelHandle & Channel,
TFunction < TSharedPtr < UE::Sequencer::FChannelModel >, const UE::Sequencer::FSectionModel &, const FMovieSceneChannelHandle &)> OptionalFactory
)
Parameters
| Name | Remarks |
|---|---|
| Channel | A handle to the channel to be added to the layout |