Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISectionLayoutBuilder
Description
Pushes a new category onto the layout. If there is a current category, this category will appear as a child of the current category
| Name | PushCategory |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISectionLayoutBuilder.h |
| Include Path | #include "ISectionLayoutBuilder.h" |
void PushCategory
(
FName CategoryName,
const FText & DisplayLabel,
FGetMovieSceneTooltipText GetGroupTooltipTextDelegate,
TFunction < TSharedPtr < UE::Sequencer::FCategoryModel >, const FText &)> OptionalFactory
)
Parameters
| Name | Remarks |
|---|---|
| CategoryName | The name of the category |
| DisplayLabel | The localized display label for the category |