ISequencerTrackEditor::ExtendObjectBindingTrackMenu

Extend the object binding track menu for the specified binding and class

Windows
MacOS
Linux

Override Hierarchy

ISequencerTrackEditor::ExtendObjectBindingTrackMenu()

FComponentMaterialTrackEditor::ExtendObjectBindingTrackMenu()

References

Module

Sequencer

Header

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

Include

#include "ISequencerTrackEditor.h"

Syntax

virtual void ExtendObjectBindingTrackMenu
(
    TSharedRef< FExtender > Extender,
    const TArray< FGuid > & ObjectBindings,
    const UClass * ObjectClass
)

Remarks

Extend the object binding track menu for the specified binding and class

Parameters

Parameter

Description

Extender

A menu extender for the track menu

ObjectBinding

The object binding this is for.

ObjectClass

The class of the object this is for.

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