FGeometryCollectionTrackEditor::CreateTrackEditor

Creates an instance of this class. Called by a sequencer

Windows
MacOS
Linux

References

Module

GeometryCollectionSequencer

Header

/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionSequencer/Public/GeometryCollectionTrackEditor.h

Include

#include "GeometryCollectionTrackEditor.h"

Source

/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionSequencer/Private/GeometryCollectionTrackEditor.cpp

Syntax

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

Remarks

Creates an instance of this class. Called by a sequencer

Returns

The new instance of this class

Parameters

Parameter

Description

OwningSequencer

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