Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/UMovieSceneMaterialTrack
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 | |
void AddScalarParameterKey
(
const FMaterialParameterInfo& ParameterInfo, |
Adds a scalar parameter key to the track. | Tracks/MovieSceneMaterialTrack.h |
AddScalarParameterKey(FName, FFrameNumber, float, EMovieSceneKeyInterpolation)
Description
Adds a scalar parameter key to the track.
| Name | AddScalarParameterKey |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h |
| Include Path | #include "Tracks/MovieSceneMaterialTrack.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneMaterialTrack.cpp |
void AddScalarParameterKey
(
FName ParameterName,
FFrameNumber Time,
float Value,
EMovieSceneKeyInterpolation DefaultInterpolation
)
Parameters
| Name | Remarks |
|---|---|
| ParameterName | The name of the parameter to add a key for. |
| Time | The time to add the new key. |
| The | value for the new key. |
| DefaultInterpolation | The default interpolation to use for thew new key. |
AddScalarParameterKey(FName, FFrameNumber, int32, float, EMovieSceneKeyInterpolation)
Description
Adds a scalar parameter key to the track.
| Name | AddScalarParameterKey |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h |
| Include Path | #include "Tracks/MovieSceneMaterialTrack.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneMaterialTrack.cpp |
void AddScalarParameterKey
(
FName ParameterName,
FFrameNumber Time,
int32 RowIndex,
float Value,
EMovieSceneKeyInterpolation DefaultInterpolation
)
Parameters
| Name | Remarks |
|---|---|
| ParameterName | The name of the parameter to add a key for. |
| Time | The time to add the new key. |
| RowIndex | The preferred row index on which to look for sections. |
| The | value for the new key. |
| DefaultInterpolation | The default interpolation to use for thew new key. |
AddScalarParameterKey(const FMaterialParameterInfo &, FFrameNumber, float, const FString &, const FString &, EMovieSceneKeyInterpolation)
Description
Adds a scalar parameter key to the track.
| Name | AddScalarParameterKey |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h |
| Include Path | #include "Tracks/MovieSceneMaterialTrack.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneMaterialTrack.cpp |
void AddScalarParameterKey
(
const FMaterialParameterInfo & ParameterInfo,
FFrameNumber Time,
float Value,
const FString & InLayerName,
const FString & InAssetName,
EMovieSceneKeyInterpolation DefaultInterpolation
)
Parameters
| Name | Remarks |
|---|---|
| ParameterInfo | The material parameter info for the parameter you want to add a key for. |
| Time | The time to add the new key. |
| The | value for the new key. |
| InLayerName | Optional layer name for use in UI. |
| InAssetName | Optional asset name for use in UI. |
| DefaultInterpolation | The default interpolation to use for thew new key. |
AddScalarParameterKey(const FMaterialParameterInfo &, FFrameNumber, int32, float, const FString &, const FString &, EMovieSceneKeyInterpolation)
Description
Adds a scalar parameter key to the track.
| Name | AddScalarParameterKey |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneMaterialTrack.h |
| Include Path | #include "Tracks/MovieSceneMaterialTrack.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneMaterialTrack.cpp |
void AddScalarParameterKey
(
const FMaterialParameterInfo & ParameterInfo,
FFrameNumber Time,
int32 RowIndex,
float Value,
const FString & InLayerName,
const FString & InAssetName,
EMovieSceneKeyInterpolation DefaultInterpolation
)
Parameters
| Name | Remarks |
|---|---|
| ParameterInfo | The material parameter info for the parameter you want to add a key for. |
| Time | The time to add the new key. |
| RowIndex | The preferred row index on which to look for sections. |
| The | value for the new key. |
| InLayerName | Optional layer name for use in UI. |
| InAssetName | Optional asset name for use in UI. |
| DefaultInterpolation | The default interpolation to use for thew new key. |