FMovieSceneTrackEditor::MakeSectionInterface

Called to generate a section layout for a particular section.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Sequencer

Header

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

Include

#include "MovieSceneTrackEditor.h"

Source

/Engine/Source/Editor/Sequencer/Private/MovieSceneTrackEditor.cpp

Syntax

virtual TSharedRef< ISequencerSection > MakeSectionInterface
(
    UMovieSceneSection & SectionObject,
    UMovieSceneTrack & Track,
    FGuid ObjectBinding
)

Remarks

Called to generate a section layout for a particular section.

Parameters

Parameter

Description

SectionObject

The section to make UI for.

Track

The track that owns the section.

ObjectBinding

the object binding for the track that owns the section, if there is one.

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