UMovieSceneComponentMaterialTrack

A material track which is specialized for animation materials which are owned by actor components.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MovieSceneTracks

Header

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

Include

#include "Tracks/MovieSceneMaterialTrack.h"

Syntax

class UMovieSceneComponentMaterialTrack : public UMovieSceneMaterialTrack

Remarks

A material track which is specialized for animation materials which are owned by actor components.

Constructors

Name Description

Public function

UMovieSceneComponentMaterialTrack

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Const

int32

 

GetMaterialIndex()

Gets the index of the material in the component.

Public function

void

 

SetMaterialIndex

(
    int32 InMaterialIndex
)

Sets the index of the material in the component.

Overridden from UMovieSceneNameableTrack

Name Description

Public function Virtual Const

FText

 

GetDefaultDisplayName()

Overridden from UMovieSceneTrack

Name Description

Public function Virtual Const

FMovieSceneE...

 

CreateTemplateForSection

(
    const UMovieSceneSection& InSectio...
)

Create a movie scene eval template for the specified section

Public function Virtual Const

FName

 

GetTrackName()

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

Constants

Name

Description

EvaluationPriority

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