Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieSceneMaterialTrack
- UMovieSceneComponentMaterialTrack
- UMovieSceneMaterialParameterCollectionTrack
- UMovieSceneWidgetMaterialTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h |
| Include | #include "Tracks/MovieSceneMaterialTrack.h" |
Syntax
class UMovieSceneMaterialTrack : public UMovieSceneNameableTrack
Remarks
Handles manipulation of material parameters in a movie scene.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneMaterialTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddColorParameterKey
(
FName ParameterName, |
Adds a color parameter key to the track. | |
| void | AddColorParameterKey
(
FName ParameterName, |
Adds a color parameter key to the track. | |
| void | AddScalarParameterKey
(
FName ParameterName, |
Adds a scalar parameter key to the track. | |
| void | AddScalarParameterKey
(
FName ParameterName, |
Adds a scalar parameter key to the track. |
Overridden from UMovieSceneTrack
| Type | Name | Description | |
|---|---|---|---|
| void | AddSection
(
UMovieSceneSection& Section |
Add a section to this track. | |
| UMovieSceneSection * | Generates a new section suitable for use with this track. | ||
| const TArray< UMovieSceneSection * > & | Called when all the sections of the track need to be retrieved. | ||
| UMovieSceneSection * | Get the section we want to key. If track doesn't support layered blends it will return nulltpr. | ||
| bool | HasSection
(
const UMovieSceneSection& Section |
Checks to see if the section is in this track. | |
| bool | IsEmpty () |
||
| void | Removes animation data. | ||
| void | RemoveSection
(
UMovieSceneSection& Section |
Removes a section from this track. | |
| void | RemoveSectionAt
(
int32 SectionIndex |
Removes a section from this track at a particular index | |
| void | SetSectionToKey
(
UMovieSceneSection* InSection |
Set This Section as the one to key. If track doesn't support layered blends then don't implement | |
| bool | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Does this track support this section class type? |