FSpawnTrackEditor::CreateTrackEditor

Factory function to create an instance of this class (called by a sequencer).

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/SpawnTrackEditor.h

Include

#include "TrackEditors/SpawnTrackEditor.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SpawnTrackEditor.cpp

Syntax

static TSharedRef< ISequencerTrackEditor > CreateTrackEditor
(
    TSharedRef< ISequencer > InSequencer
)

Remarks

Factory function to create an instance of this class (called by a sequencer).

Returns

The new instance of this class.

Parameters

Parameter

Description

InSequencer

The sequencer instance to be used by this tool.

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