Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Sections
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
Include | #include "Sections/MovieSceneParameterSection.h" |
Syntax
struct FTransformParameterNameAndCurves
Remarks
Structure representing an animated transform parameter and it's associated animation curve.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | ParameterName | The name of the transform parameter which is being animated. |
![]() |
FMovieSceneFloatChannel[3] | Rotation | Rotation curves |
![]() |
FMovieSceneFloatChannel[3] | Scale | Scale curves |
![]() |
FMovieSceneFloatChannel[3] | Translation | Translation curves |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FTransformParameterNameAndCurves
(
FName InParameterName |
Creates a new FVectorParameterNameAndCurve for a specific color parameter. |