Navigation
API > API/Plugins > API/Plugins/GeometryCacheSequencer
Inheritance Hierarchy
- TSharedFromThis
- ISequencerTrackEditor
- FMovieSceneTrackEditor
- FGeometryCacheTrackEditor
References
| Module | GeometryCacheSequencer |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheSequencer/Classes/GeometryCacheTrackEditor.h |
| Include | #include "GeometryCacheTrackEditor.h" |
Syntax
class FGeometryCacheTrackEditor : public FMovieSceneTrackEditor
Remarks
Tools for Geometry Cache tracks
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGeometryCacheTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ISequencerTrackEditor > | CreateTrackEditor
(
TSharedRef< ISequencer > OwningSequencer |
Creates an instance of this class. Called by a sequencer |
Overridden from ISequencerTrackEditor
| Type | Name | Description | |
|---|---|---|---|
| void | BuildObjectBindingTrackMenu
(
FMenuBuilder& MenuBuilder, |
Builds up the object binding track menu for the outliner. | |
| TSharedPtr< SWidget > | BuildOutlinerEditWidget
(
const FGuid& ObjectBinding, |
Builds an edit widget for the outliner nodes which represent tracks which are edited by this editor. | |
| const FSlateBrush * | GetIconBrush () |
Gets an icon brush for this track editor | |
| TSharedRef< ISequencerSection > | MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
Called to generate a section layout for a particular section. | |
| bool | SupportsSequence
(
UMovieSceneSequence* InSequence |
Returns whether a sequence is supported by this tool. | |
| bool | SupportsType
(
TSubclassOf< UMovieSceneTrack > TrackClass |
Returns whether a track class is supported by this tool. |