Navigation
Unreal Engine C++ API Reference > Plugins > LiveLinkMovieScene > MovieScene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieScenePropertyTrack
- UMovieSceneLiveLinkTrack
References
Module | LiveLinkMovieScene |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkTrack.h |
Include | #include "MovieScene/MovieSceneLiveLinkTrack.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UMovieSceneLiveLinkTrack :
public UMovieScenePropertyTrack,
public IMovieSceneTrackTemplateProducer
Remarks
A track for animating FMoveSceneLiveLinkTrack properties.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TSubclassOf< ULiveLinkRole > | TrackRole |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieSceneLiveLinkTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TSubclassOf< ULiveLinkRole > | GetTrackRole () |
|
![]() |
void | SetTrackRole
(
const TSubclassOf< ULiveLinkRole >& InTrackRole |
Overridden from UMovieSceneNameableTrack
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | CanRename () |
Can rename this track. |
![]() ![]() |
void | SetDisplayName
(
const FText& NewDisplayName |
Set the track's display name. |
Overridden from UMovieSceneTrack
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UMovieSceneSection * | Generates a new section suitable for use with this track. | |
![]() ![]() ![]() |
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 |
![]() ![]() ![]() |
void | PostCompile
(
FMovieSceneEvaluationTrack& Track, |
Called after this track has been compiled, regardless of whether it was compiled through CustomCompile, or the default logic |