Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Tracks
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieSceneSubTrack
- UMovieSceneCinematicShotTrack
- UTemplateSequenceTrack
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Tracks/MovieSceneSubTrack.h |
| Include | #include "Tracks/MovieSceneSubTrack.h" |
Syntax
class UMovieSceneSubTrack : public UMovieSceneNameableTrack
Remarks
A track that holds sub-sequences within a larger sequence.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UMovieSceneSection > > | Sections | All movie scene sections. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneSubTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSubSection * | AddSequence
(
UMovieSceneSequence* Sequence, |
Adds a movie scene section at the requested time. | |
| UMovieSceneSubSection * | AddSequenceOnRow
(
UMovieSceneSequence* Sequence, |
Adds a movie scene section at the requested time. | |
| bool | ContainsSequence
(
const UMovieSceneSequence& Sequence, |
Check whether this track contains the given sequence. |
Overridden from UMovieSceneNameableTrack
| Type | Name | Description | |
|---|---|---|---|
| FText |
Overridden from UMovieSceneTrack
| Type | Name | Description | |
|---|---|---|---|
| void | AddSection
(
UMovieSceneSection& Section |
Add a section to this track. | |
| UMovieSceneSection * | Generates a new section suitable for use with this track. | ||
| const TArray< UMovieSceneSection * > & | Called when all the sections of the track need to be retrieved. | ||
| bool | HasSection
(
const UMovieSceneSection& Section |
Checks to see if the section is in this track. | |
| bool | IsEmpty () |
||
| void | Removes animation data. | ||
| void | RemoveSection
(
UMovieSceneSection& Section |
Removes a section from this track. | |
| void | RemoveSectionAt
(
int32 SectionIndex |
Removes a section from this track at a particular index | |
| bool | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Does this track support this section class type? |