Sequencer::ExtendKeyMenu

Extend the specified selected key context menu

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerChannelTraits.h"

Syntax

namespace Sequencer
{
    template<typename ChannelType>
    void Sequencer::ExtendKeyMenu
    (
        FMenuBuilder & MenuBuilder,
        TArray< TExtendKeyMenuParams< ChannelType >> && InChannels,
        TWeakPtr< ISequencer > InSequencer
    )
}

Remarks

Extend the specified selected key context menu

Parameters

Parameter

Description

MenuBuilder

The menu builder that will construct the section context menu

Channels

An array of all channels that are currently selected, in no particular order

Sections

An array of all sections that the selected channels reside in

InSequencer

The sequencer that is currently active

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