ISectionLayoutBuilder

Builds an inner layout for a section

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISectionLayoutBuilder.h"

Syntax

class ISectionLayoutBuilder

Remarks

Builds an inner layout for a section

Destructors

Name Description

Public function Virtual

~ISectionLayoutBuilder()

Functions

Name Description

Public function

void

 

AddChannel

(
    const FMovieSceneChannelHandle& Ch...
)

Adds a channel onto the layout.

Public function

void

 

PopCategory()

Pops a category off the stack

Public function

void

 

PushCategory

(
    FName CategoryName,
    const FText& DisplayLabel
)

Pushes a new category onto the layout.

Public function

void

 

SetTopLevelChannel

(
    const FMovieSceneChannelHandle& Ch...
)

Sets the section as a key area itself

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