Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
A material track which is specialized for animation materials which are owned by actor components.
| Name | UMovieSceneComponentMaterialTrack |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h |
| Include Path | #include "Tracks/MovieSceneMaterialTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneComponentMaterialTrack :
public UMovieSceneMaterialTrack ,
public IMovieSceneEntityProvider ,
public IMovieSceneParameterSectionExtender
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneTrack → UMovieSceneNameableTrack → UMovieSceneMaterialTrack → UMovieSceneComponentMaterialTrack
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneComponentMaterialTrack
(
const FObjectInitializer& ObjectInitializer |
Tracks/MovieSceneMaterialTrack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaterialInfo | FComponentMaterialInfo | The info on the material this track is animating. | Tracks/MovieSceneMaterialTrack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FComponentMaterialInfo & GetMaterialInfo() |
Gets the index of the material in the component. | Tracks/MovieSceneMaterialTrack.h | |
virtual void ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
Tracks/MovieSceneMaterialTrack.h | ||
virtual bool PopulateEvaluationFieldImpl
(
const TRange< FFrameNumber >& EffectiveRange, |
Tracks/MovieSceneMaterialTrack.h | ||
void SetMaterialInfo
(
const FComponentMaterialInfo& InMaterialInfo |
Sets the index of the material in the component. | Tracks/MovieSceneMaterialTrack.h |
Overridden from UMovieSceneNameableTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDefaultDisplayName() |
Tracks/MovieSceneMaterialTrack.h |
Overridden from UMovieSceneTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDisplayNameToolTipText
(
const FMovieSceneLabelParams& LabelParams |
Tracks/MovieSceneMaterialTrack.h | ||
virtual FSlateColor GetLabelColor
(
const FMovieSceneLabelParams& LabelParams |
We override label color if material binding is broken/partially broken. | Tracks/MovieSceneMaterialTrack.h |
Overridden from IMovieSceneParameterSectionExtender
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExtendEntityImpl
(
UMovieSceneParameterSection* Section, |
Tracks/MovieSceneMaterialTrack.h |
Protected
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
Tracks/MovieSceneMaterialTrack.h |