Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Handles manipulation of material parameters in a movie scene.
| Name | UMovieSceneMaterialTrack |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h |
| Include Path | #include "Tracks/MovieSceneMaterialTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneMaterialTrack : public UMovieSceneNameableTrack
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneTrack → UMovieSceneNameableTrack → UMovieSceneMaterialTrack
Implements Interfaces
Derived Classes
- UMovieSceneComponentMaterialTrack
- UMovieSceneMaterialParameterCollectionTrack
- UMovieSceneWidgetMaterialTrack
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieSceneMaterialTrack
(
const FObjectInitializer& ObjectInitializer |
Tracks/MovieSceneMaterialTrack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Sections | TArray< TObjectPtr< UMovieSceneSection > > | The sections owned by this track . | Tracks/MovieSceneMaterialTrack.h | |
| SectionToKey | TObjectPtr< UMovieSceneSection > | Section we should Key | Tracks/MovieSceneMaterialTrack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddColorParameterKey
(
const FMaterialParameterInfo& ParameterInfo, |
Adds a color parameter key to the track. | Tracks/MovieSceneMaterialTrack.h | |
void AddColorParameterKey
(
const FMaterialParameterInfo& ParameterInfo, |
Adds a color parameter key to the track. | Tracks/MovieSceneMaterialTrack.h | |
void AddColorParameterKey
(
const FMaterialParameterInfo& ParameterInfo, |
Adds a color parameter key to the track. | Tracks/MovieSceneMaterialTrack.h | |
void AddColorParameterKey
(
FName ParameterName, |
Adds a color parameter key to the track. | Tracks/MovieSceneMaterialTrack.h | |
void AddColorParameterKey
(
FName ParameterName, |
Adds a color parameter key to the track. | Tracks/MovieSceneMaterialTrack.h | |
void AddScalarParameterKey
(
const FMaterialParameterInfo& ParameterInfo, |
Adds a scalar parameter key to the track. | Tracks/MovieSceneMaterialTrack.h | |
void AddScalarParameterKey
(
FName ParameterName, |
Adds a scalar parameter key to the track. | Tracks/MovieSceneMaterialTrack.h | |
void AddScalarParameterKey
(
FName ParameterName, |
Adds a scalar parameter key to the track. | Tracks/MovieSceneMaterialTrack.h | |
void AddScalarParameterKey
(
const FMaterialParameterInfo& ParameterInfo, |
Adds a scalar parameter key to the track. | Tracks/MovieSceneMaterialTrack.h |
Overridden from UMovieSceneTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneSection * CreateNewSection() |
Tracks/MovieSceneMaterialTrack.h | ||
virtual const TArray< UMovieSceneSection * > & GetAllSections() |
Tracks/MovieSceneMaterialTrack.h | ||
virtual UMovieSceneSection * GetSectionToKey() |
Tracks/MovieSceneMaterialTrack.h | ||
virtual bool HasSection
(
const UMovieSceneSection& Section |
Tracks/MovieSceneMaterialTrack.h | ||
virtual bool IsEmpty() |
Tracks/MovieSceneMaterialTrack.h | ||
virtual void RemoveAllAnimationData() |
Tracks/MovieSceneMaterialTrack.h | ||
virtual void SetSectionToKey
(
UMovieSceneSection* Section |
Tracks/MovieSceneMaterialTrack.h | ||
virtual bool SupportsMultipleRows() |
Tracks/MovieSceneMaterialTrack.h | ||
virtual bool SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Tracks/MovieSceneMaterialTrack.h |
Overridden from IMovieSceneTrackVirtualAPI
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddSection
(
UMovieSceneSection& Section |
Tracks/MovieSceneMaterialTrack.h | ||
virtual void RemoveSection
(
UMovieSceneSection& Section |
Tracks/MovieSceneMaterialTrack.h | ||
virtual void RemoveSectionAt
(
int32 SectionIndex |
Tracks/MovieSceneMaterialTrack.h |