Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UMovieSceneNameableTrack
- UMovieScenePropertyTrack
- UMovieSceneRotatorTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneRotatorTrack.h |
| Include | #include "Tracks/MovieSceneRotatorTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneRotatorTrack : public UMovieScenePropertyTrack
Remarks
Movie scene track that animates an FRotator property
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneRotatorTrack
(
const FObjectInitializer& InObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSection * | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > InSectionClass |
Overridden from UMovieScenePropertyTrack
| Type | Name | Description | |
|---|---|---|---|
| void | AddSection
(
UMovieSceneSection& InSection |
||
| const TArray< UMovieSceneSection * > & | |||
| bool | HasSection
(
const UMovieSceneSection& InSection |
||
| bool | IsEmpty () |
||
| void | |||
| void | RemoveSection
(
UMovieSceneSection& InSection |
||
| void | RemoveSectionAt
(
int32 InSectionIndex |