Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieScenePropertyTrack
- UMovieScenePrimitiveMaterialTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePrimitiveMaterialTrack.h |
| Include | #include "Tracks/MovieScenePrimitiveMaterialTrack.h" |
Syntax
class UMovieScenePrimitiveMaterialTrack : public UMovieScenePropertyTrack
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieScenePrimitiveMaterialTrack
(
const FObjectInitializer& ObjInit |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | Get the material index that this track is assigned to | ||
| void | SetMaterialIndex
(
int32 MaterialIndex |
Set the material index that this track is assigned to |
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? |