Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h |
Include |
#include "Tracks/MovieSceneMaterialTrack.h" |
class UMovieSceneMaterialTrack : public UMovieSceneNameableTrack
Handles manipulation of material parameters in a movie scene.
Name | Description | |
---|---|---|
|
UMovieSceneMaterialTrack ( |
Name | Description | ||
---|---|---|---|
|
AddColorParameterKey ( |
Adds a color parameter key to the track. |
|
|
AddScalarParameterKey ( |
Adds a scalar parameter key to the track. |
Name | Description | ||
---|---|---|---|
|
AddSection ( |
Add a section to this track. |
|
|
UMovieSceneS... |
CreateNewSection() |
Generates a new section suitable for use with this track. |
|
const TArray... |
GetAllSections() |
Called when all the sections of the track need to be retrieved. |
|
HasSection ( |
Checks to see if the section is in this track. |
|
|
IsEmpty() |
||
|
RemoveAllAnimationData() |
Removes animation data. |
|
|
RemoveSection ( |
Removes a section from this track. |
|
|
RemoveSectionAt ( |
Removes a section from this track at a particular index |
|
|
SupportsType ( |
Does this track support this section class type? |