Navigation
API > API/Plugins > API/Plugins/GeometryCollectionSequencer
Tools for Geometry Collection tracks
| Name | FGeometryCollectionTrackEditor |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionSequencer/Public/GeometryCollectionTrackEditor.h |
| Include Path | #include "GeometryCollectionTrackEditor.h" |
Syntax
class FGeometryCollectionTrackEditor : public FMovieSceneTrackEditor
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMovieSceneTrackEditor → FGeometryCollectionTrackEditor
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeometryCollectionTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Constructor | GeometryCollectionTrackEditor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGeometryCollectionTrackEditor() |
Virtual destructor. | GeometryCollectionTrackEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildObjectBindingTrackMenu
(
FMenuBuilder& MenuBuilder, |
GeometryCollectionTrackEditor.h | ||
virtual TSharedPtr< SWidget > BuildOutlinerEditWidget
(
const FGuid& ObjectBinding, |
GeometryCollectionTrackEditor.h | ||
virtual FText GetDisplayName() |
GeometryCollectionTrackEditor.h | ||
virtual const FSlateBrush * GetIconBrush() |
GeometryCollectionTrackEditor.h | ||
virtual TSharedRef< ISequencerSection > MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
GeometryCollectionTrackEditor.h | ||
virtual bool SupportsSequence
(
UMovieSceneSequence* InSequence |
GeometryCollectionTrackEditor.h | ||
virtual bool SupportsType
(
TSubclassOf< UMovieSceneTrack > Type |
GeometryCollectionTrackEditor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< ISequencerTrackEditor > CreateTrackEditor
(
TSharedRef< ISequencer > OwningSequencer |
Creates an instance of this class. Called by a sequencer | GeometryCollectionTrackEditor.h |