FMovieSceneTrackEditor::FindOrCreateMasterTrack

Find or add a master track of the specified type in the focused movie scene.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "MovieSceneTrackEditor.h"

Syntax

template<typename TrackClass>
FFindOrCreateMasterTrackResult< TrackClass > FindOrCreateMasterTrack()

Remarks

Find or add a master track of the specified type in the focused movie scene.

Returns

The track results.

Parameters

Parameter

Description

TrackClass

The class of the track to find or add.

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