Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieScene3DConstraintTrack
- UMovieScene3DPathTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScene3DPathTrack.h |
| Include | #include "Tracks/MovieScene3DPathTrack.h" |
Syntax
class UMovieScene3DPathTrack :
public UMovieScene3DConstraintTrack,
public IMovieSceneTrackTemplateProducer
Remarks
Handles manipulation of path tracks in a movie scene
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieScene3DPathTrack
(
const FObjectInitializer& ObjectInitializer |
Overridden from UMovieScene3DConstraintTrack
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSection * | AddConstraint
(
FFrameNumber Time, |
Adds a constraint. |
Overridden from UMovieSceneTrack
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSection * | Generates a new section suitable for use with this track. | ||
| FText | Get the track's display name. | ||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Does this track support this section class type? |
Overridden from IMovieSceneTrackTemplateProducer
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneEvalTemplatePtr | CreateTemplateForSection
(
const UMovieSceneSection& InSection |
Create a movie scene eval template for the specified section |