Navigation
API > API/Plugins > API/Plugins/ContextualAnimationEditor
Inheritance Hierarchy
- FMovieSceneTrackEditor
- FGCObject
- FContextualAnimMovieSceneNotifyTrackEditor
References
| Module | ContextualAnimationEditor |
| Header | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimationEditor/Public/ContextualAnimMovieSceneNotifyTrackEditor.h |
| Include | #include "ContextualAnimMovieSceneNotifyTrackEditor.h" |
Syntax
class FContextualAnimMovieSceneNotifyTrackEditor :
public FMovieSceneTrackEditor,
public FGCObject
Remarks
Handles section drawing and manipulation of a MovieSceneNotifyTrack
Constructors
| Type | Name | Description | |
|---|---|---|---|
FContextualAnimMovieSceneNotifyTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ISequencerTrackEditor > | CreateTrackEditor
(
TSharedRef< ISequencer > InSequencer |
||
| UContextualAnimMovieSceneSequence & |
Overridden from ISequencerTrackEditor
| Type | Name | Description | |
|---|---|---|---|
| void | BuildAddTrackMenu
(
FMenuBuilder& MenuBuilder |
Builds up the sequencer's "Add Track" menu. | |
| 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. | |
| TSharedRef< ISequencerSection > | MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
Called to generate a section layout for a particular section. | |
| void | OnInitialize () |
Called when the instance of this track editor is initialized | |
| 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. |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |