Navigation
API > API/Plugins > API/Plugins/ContextualAnimationEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UContextualAnimMovieSceneTrack
References
| Module | ContextualAnimationEditor |
| Header | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimationEditor/Public/ContextualAnimMovieSceneTrack.h |
| Include | #include "ContextualAnimMovieSceneTrack.h" |
Syntax
UCLASS&40;&41;
class UContextualAnimMovieSceneTrack : public UMovieSceneNameableTrack
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetRole () |
||
| FContextualAnimViewModel & | GetViewModel () |
||
| void | Initialize
(
const FName& InRole |
Overridden from UMovieSceneTrack
| Type | Name | Description | |
|---|---|---|---|
| void | AddSection
(
UMovieSceneSection& Section |
Adds a new section to this track | |
| UMovieSceneSection * | Creates a new section for this track | ||
| const TArray< UMovieSceneSection * > & | Returns the list of all the sections in this track | ||
| bool | HasSection
(
const UMovieSceneSection& Section |
Returns whether this track contains the supplied section | |
| bool | IsEmpty () |
Returns whether this track is empty (doesn't have any section in it) | |
| EMovieSceneSectionMovedResult | OnSectionMoved
(
UMovieSceneSection& Section, |
Called when a section in this track is moved. Updates the actual Notify the section is representing | |
| void | RemoveSection
(
UMovieSceneSection& Section |
Called when the supplied section is removed from Sequencer. | |
| void | RemoveSectionAt
(
int32 SectionIndex |
Called when a section at the supplied index is removed from Sequencer. | |
| bool | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Returns whether this track supports the supplied section class |