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