Navigation
API > API/Plugins > API/Plugins/GeometryCacheSequencer
Tools for Geometry Cache tracks
| Name | FGeometryCacheTrackEditor |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheSequencer/Classes/GeometryCacheTrackEditor.h |
| Include Path | #include "GeometryCacheTrackEditor.h" |
Syntax
class FGeometryCacheTrackEditor : public FMovieSceneTrackEditor
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMovieSceneTrackEditor → FGeometryCacheTrackEditor
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeometryCacheTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Constructor | GeometryCacheTrackEditor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGeometryCacheTrackEditor() |
Virtual destructor. | GeometryCacheTrackEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildObjectBindingTrackMenu
(
FMenuBuilder& MenuBuilder, |
GeometryCacheTrackEditor.h | ||
virtual TSharedPtr< SWidget > BuildOutlinerEditWidget
(
const FGuid& ObjectBinding, |
GeometryCacheTrackEditor.h | ||
virtual FText GetDisplayName() |
GeometryCacheTrackEditor.h | ||
virtual const FSlateBrush * GetIconBrush() |
GeometryCacheTrackEditor.h | ||
virtual TSharedRef< ISequencerSection > MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
GeometryCacheTrackEditor.h | ||
virtual bool SupportsSequence
(
UMovieSceneSequence* InSequence |
GeometryCacheTrackEditor.h | ||
virtual bool SupportsType
(
TSubclassOf< UMovieSceneTrack > Type |
GeometryCacheTrackEditor.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 | GeometryCacheTrackEditor.h |