Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
Inheritance Hierarchy
- UMovieSceneSection
- IMovieSceneEntityProvider
- UMovieSceneComponentMaterialParameterSection
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneComponentMaterialParameterSection.h |
| Include | #include "Sections/MovieSceneComponentMaterialParameterSection.h" |
Syntax
UCLASS (MinimalAPI)
class UMovieSceneComponentMaterialParameterSection :
public UMovieSceneSection,
public IMovieSceneEntityProvider
Remarks
A movie scene section containing data for material parameters.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FColorMaterialParameterInfoAndCurves > | ColorParameterInfosAndCurves | The color parameter infos and their associated curves. | |
| TArray< FScalarMaterialParameterInfoAndCurve > | ScalarParameterInfosAndCurves | The scalar parameter infos and their associated curves. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneComponentMaterialParameterSection
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddColorParameterKey
(
const FMaterialParameterInfo& InParameterInfo, |
Adds a a key for a specific color parameter at the specified time with the specified value. | |
| void | AddScalarParameterKey
(
const FMaterialParameterInfo& InParameterInfo, |
Adds a a key for a specific scalar parameter at the specified time with the specified value. | |
| EMovieSceneChannelProxyType | |||
| void | ExternalPopulateEvaluationField
(
const TRange< FFrameNumber >& EffectiveRange, |
||
| void | ImportEntityImpl
(
UMovieSceneEntitySystemLinker* EntityLinker, |
||
| bool | PopulateEvaluationFieldImpl
(
const TRange< FFrameNumber >& EffectiveRange, |
||
| void | |||
| void | PostEditUndo () |
||
| bool | RemoveColorParameter
(
const FMaterialParameterInfo& InParameterInfo |
Removes a color parameter from this section. | |
| bool | RemoveColorParameter
(
FName InParameterPath |
Removes a color parameter from this section. | |
| bool | RemoveScalarParameter
(
const FMaterialParameterInfo& InParameterInfo |
Removes a scalar parameter from this section. | |
| bool | RemoveScalarParameter
(
FName InParameterPath |
Removes a scalar parameter from this section. |