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 FVectorParameterNameAndCurves
Remarks
Structure representing an animated vector parameter and it's associated animation curve.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | ParameterName | The name of the vector parameter which is being animated. |
![]() |
FMovieSceneFloatChannel | XCurve | The curve which contains the animation data for the x component of the vector parameter. |
![]() |
FMovieSceneFloatChannel | YCurve | The curve which contains the animation data for the y component of the vector parameter. |
![]() |
FMovieSceneFloatChannel | ZCurve | The curve which contains the animation data for the z component of the vector parameter. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FVectorParameterNameAndCurves
(
FName InParameterName |
Creates a new FVectorParameterNameAndCurve for a specific vector parameter. |