Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/UMovieSceneCustomPrimitiveDataTr-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddColorParameterKey
(
uint8 CustomPrimitiveDataStartIndex, |
Adds a Vector2D parameter key to the track. | Tracks/MovieSceneCustomPrimitiveDataTrack.h | |
void AddColorParameterKey
(
uint8 CustomPrimitiveDataStartIndex, |
Adds a Vector2D parameter key to the track. | Tracks/MovieSceneCustomPrimitiveDataTrack.h |
AddColorParameterKey(uint8, FFrameNumber, FLinearColor, EMovieSceneKeyInterpolation)
Description
Adds a Vector2D parameter key to the track.
| Name | AddColorParameterKey |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCustomPrimitiveDataTrack.h |
| Include Path | #include "Tracks/MovieSceneCustomPrimitiveDataTrack.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneCustomPrimitiveDataTrack.cpp |
void AddColorParameterKey
(
uint8 CustomPrimitiveDataStartIndex,
FFrameNumber Time,
FLinearColor Value,
EMovieSceneKeyInterpolation DefaultInterpolation
)
Parameters
| Name | Remarks |
|---|---|
| CustomPrimitiveDataStartIndex | The start index for the custom primitive data |
| Time | The time to add the new key. |
| The | value for the new key. |
| DefaultInterpolation | The default interpolation to use for thew new key. |
AddColorParameterKey(uint8, FFrameNumber, int32, FLinearColor, EMovieSceneKeyInterpolation)
Description
Adds a Vector2D parameter key to the track.
| Name | AddColorParameterKey |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneCustomPrimitiveDataTrack.h |
| Include Path | #include "Tracks/MovieSceneCustomPrimitiveDataTrack.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneCustomPrimitiveDataTrack.cpp |
void AddColorParameterKey
(
uint8 CustomPrimitiveDataStartIndex,
FFrameNumber Time,
int32 RowIndex,
FLinearColor Value,
EMovieSceneKeyInterpolation DefaultInterpolation
)
Parameters
| Name | Remarks |
|---|---|
| CustomPrimitiveDataStartIndex | The start index for the custom primitive data |
| 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. |