UMovieSceneVectorTrack

Handles manipulation of component transforms in a movie scene

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneVectorTrack.h

Include

#include "Tracks/MovieSceneVectorTrack.h"

Syntax

class UMovieSceneVectorTrack : public UMovieScenePropertyTrack

Remarks

Handles manipulation of component transforms in a movie scene

Constructors

Name Description

Public function

UMovieSceneVectorTrack

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Const

int32

 

GetNumChannelsUsed()

Public function

void

 

SetNumChannelsUsed

(
    int32 InNumChannelsUsed
)

Set the number of channels used by the vector

Overridden from UMovieSceneTrack

Name Description

Public function Virtual

UMovieSceneS...

 

CreateNewSection()

Generates a new section suitable for use with this track.

Public function Virtual Const

bool

 

SupportsType

(
    TSubclassOf< UMovieSceneSection > S...
)

UMovieSceneTrack interface

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss