TSequencerChannelInterfaceCommon::ExtendSectionMenu_Raw

Extend the section context menu

Windows
MacOS
Linux

Override Hierarchy

ISequencerChannelInterface::ExtendSectionMenu_Raw()

TSequencerChannelInterfaceCommon::ExtendSectionMenu_Raw()

References

Module

Sequencer

Header

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

Include

#include "SequencerChannelInterface.h"

Syntax

virtual void ExtendSectionMenu_Raw
(
    FMenuBuilder & MenuBuilder,
    TArrayView< const FMovieSceneChannelHandle > Channels,
    TArrayView< UMovieSceneSection *const > Sections,
    TWeakPtr< ISequencer > InSequencer
) const

Remarks

Extend the section context menu

Parameters

Parameter

Description

MenuBuilder

The menu builder used to create this context menu

Channels

Array of type specific channels that exist in the selected sections

Sections

Array of sections being shown on the context menu

InSequencer

The currently active sequencer

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