Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UMovieSceneNameableTrack
- UMovieScenePropertyTrack
- UMovieScenePrimitiveMaterialTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePrimitiveMaterialTrack.h |
| Include | #include "Tracks/MovieScenePrimitiveMaterialTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieScenePrimitiveMaterialTrack : public UMovieScenePropertyTrack
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieScenePrimitiveMaterialTrack
(
const FObjectInitializer& ObjInit |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneSection * | |||
| int32 | Get the material index that this track is assigned to | ||
| const FComponentMaterialInfo & | Get the material info for the material that this track is assigned to | ||
| void | SetMaterialIndex
(
int32 MaterialIndex |
Set the material index that this track is assigned to | |
| void | SetMaterialInfo
(
const FComponentMaterialInfo& InMaterialInfo |
Set the material info for the material that this track is assigned to | |
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Overridden from UMovieScenePropertyTrack
| Type | Name | Description | |
|---|---|---|---|
| FText | GetDisplayNameToolTipText
(
const FMovieSceneLabelParams& LabelParams |
||
| FSlateColor | GetLabelColor
(
const FMovieSceneLabelParams& LabelParams |
We override label color if material binding is broken/partially broken. | |
| void | PostLoad () |