Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Tracks
Inheritance Hierarchy
- UMovieSceneNameableTrack
- IMovieSceneTrackTemplateProducer
- UMovieSceneParticleParameterTrack
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleParameterTrack.h |
| Include | #include "Tracks/MovieSceneParticleParameterTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneParticleParameterTrack :
public UMovieSceneNameableTrack,
public IMovieSceneTrackTemplateProducer
Remarks
Handles manipulation of material parameters in a movie scene.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneParticleParameterTrack
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddColorParameterKey
(
FName ParameterName, |
Adds a Vector parameter key to the track. | |
| void | AddScalarParameterKey
(
FName ParameterName, |
Adds a scalar parameter key to the track. | |
| void | AddSection
(
UMovieSceneSection& Section |
||
| void | AddVectorParameterKey
(
FName ParameterName, |
Adds a Vector parameter key to the track. | |
| UMovieSceneSection * | |||
| FMovieSceneEvalTemplatePtr | CreateTemplateForSection
(
const UMovieSceneSection& InSection |
||
| const TArray< UMovieSceneSection * > & | |||
| FText | |||
| bool | HasSection
(
const UMovieSceneSection& Section |
||
| bool | IsEmpty () |
||
| void | |||
| void | RemoveSection
(
UMovieSceneSection& Section |
||
| void | RemoveSectionAt
(
int32 SectionIndex |
||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |