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