ISectionLayoutBuilder::PushCategory

Pushes a new category onto the layout.

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/ISectionLayoutBuilder.h

Include

#include "ISectionLayoutBuilder.h"

Syntax

void PushCategory
(
    FName CategoryName,
    const FText & DisplayLabel
)

Remarks

Pushes a new category onto the layout. If there is a current category, this category will appear as a child of the current category

Parameters

Parameter

Description

CategoryName

The name of the category

DisplayLabel

The localized display label for the category

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss