Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Tracks
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieSceneSubTrack
- UMovieSceneCinematicShotTrack
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCinematicShotTrack.h |
Include | #include "Tracks/MovieSceneCinematicShotTrack.h" |
Syntax
class UMovieSceneCinematicShotTrack : public UMovieSceneSubTrack
Remarks
A track that holds consecutive sub sequences.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieSceneCinematicShotTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | SortSections () |
Overridden from UMovieSceneSubTrack
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. |
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. | |
![]() ![]() ![]() |
int8 | Retrieve a version number for the logic implemented in PopulateEvaluationTree. | |
![]() ![]() |
EMovieSceneSectionMovedResult | OnSectionMoved
(
UMovieSceneSection& Section, |
Called if the section is moved in Sequencer. |
![]() ![]() ![]() |
bool | Sub-classes can override this method to perforum custom evaluation tree population logic. | |
![]() ![]() |
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? |