UMovieSceneLiveLinkTrack

A track for animating FMoveSceneLiveLinkTrack properties.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LiveLinkMovieScene

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkTrack.h

Include

#include "MovieScene/MovieSceneLiveLinkTrack.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(MinimalAPI)
class UMovieSceneLiveLinkTrack : public UMovieScenePropertyTrack

Remarks

A track for animating FMoveSceneLiveLinkTrack properties.

Variables

Name Description

Protected variable

TSubclassOf< UL...

 

TrackRole

Constructors

Name Description

Public function

UMovieSceneLiveLinkTrack

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Const

TSubclassOf<...

 

GetTrackRole()

Public function

void

 

SetTrackRole

(
    const TSubclassOf< ULiveLinkRole > ...
)

Overridden from UMovieSceneNameableTrack

Name Description

Public function Virtual Const

bool

 

CanRename()

Can rename this track.

Public function Virtual

void

 

SetDisplayName

(
    const FText& NewDisplayName
)

Set the track's display name.

Overridden from UMovieSceneTrack

Name Description

Public function Virtual

UMovieSceneS...

 

CreateNewSection()

Generates a new section suitable for use with this track.

Public function Virtual Const

FMovieSceneE...

 

CreateTemplateForSection

(
    const UMovieSceneSection& InSectio...
)

Create a movie scene eval template for the specified section

Public function Virtual Const

void

 

PostCompile

(
    FMovieSceneEvaluationTrack& Track,
    const FMovieSceneTrackCompilerArgs ...
)

Called after this track has been compiled, regardless of whether it was compiled through CustomCompile, or the default logic

Public function Virtual Const

bool

 

SupportsType

(
    TSubclassOf< UMovieSceneSection > S...
)

Does this track support this section class type?

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