Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UMovieSceneNameableTrack
- UMovieScenePropertyTrack
- UMovieSceneDoubleVectorTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneVectorTrack.h |
| Include | #include "Tracks/MovieSceneVectorTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneDoubleVectorTrack : public UMovieScenePropertyTrack
Remarks
Handles manipulation of double vectors in a movie scene
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneDoubleVectorTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSection * | |||
| int32 | |||
| void | SetNumChannelsUsed
(
int32 InNumChannelsUsed |
Set the number of channels used by the vector | |
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
UMovieSceneTrack interface |