Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
| Name | UMovieScenePrimitiveMaterialTrack |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePrimitiveMaterialTrack.h |
| Include Path | #include "Tracks/MovieScenePrimitiveMaterialTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieScenePrimitiveMaterialTrack : public UMovieScenePropertyTrack
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneTrack → UMovieSceneNameableTrack → UMovieScenePropertyTrack → UMovieScenePrimitiveMaterialTrack
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieScenePrimitiveMaterialTrack
(
const FObjectInitializer& ObjInit |
Tracks/MovieScenePrimitiveMaterialTrack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaterialInfo | FComponentMaterialInfo | Tracks/MovieScenePrimitiveMaterialTrack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetMaterialIndex() |
Get the material index that this track is assigned to | Tracks/MovieScenePrimitiveMaterialTrack.h | |
const FComponentMaterialInfo & GetMaterialInfo() |
Get the material info for the material that this track is assigned to | Tracks/MovieScenePrimitiveMaterialTrack.h | |
void SetMaterialIndex
(
int32 MaterialIndex |
Set the material index that this track is assigned to | Tracks/MovieScenePrimitiveMaterialTrack.h | |
void SetMaterialInfo
(
const FComponentMaterialInfo& InMaterialInfo |
Set the material info for the material that this track is assigned to | Tracks/MovieScenePrimitiveMaterialTrack.h |
Overridden from UMovieSceneTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneSection * CreateNewSection() |
Tracks/MovieScenePrimitiveMaterialTrack.h | ||
virtual FText GetDisplayNameToolTipText
(
const FMovieSceneLabelParams& LabelParams |
Tracks/MovieScenePrimitiveMaterialTrack.h | ||
virtual FSlateColor GetLabelColor
(
const FMovieSceneLabelParams& LabelParams |
We override label color if material binding is broken/partially broken. | Tracks/MovieScenePrimitiveMaterialTrack.h | |
virtual bool SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Tracks/MovieScenePrimitiveMaterialTrack.h |
Protected
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
Tracks/MovieScenePrimitiveMaterialTrack.h |