Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Tracks
Inheritance Hierarchy
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneTimeWarpTrack
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Tracks/MovieSceneTimeWarpTrack.h |
| Include | #include "Tracks/MovieSceneTimeWarpTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneTimeWarpTrack : public UMovieSceneTrack
Remarks
A track that can be added to any sequence to affect the playback position and speed of that sequence and all its subsequences
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsActiveTimeWarp | True if this track is the active timewarp in its sequence. Assigned as part of compilation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneTimeWarpTrack
(
const FObjectInitializer& ObjectInitializer |
Create and initialize a new instance. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneNestedSequenceTransform | Generate the a sequence transform that perform's this track's time-warp. |
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. | ||
| FText | Get the track's display name. | ||
| FText | GetDisplayNameToolTipText
(
const FMovieSceneLabelParams& LabelParams |
Get the track's display tooltip text to be shown on the track's name. | |
| FName | GetTrackName () |
||
| 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 | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
UMovieSceneTrack interface |