Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Sections
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
| Include | #include "Sections/MovieSceneParameterSection.h" |
Syntax
struct FVector2DParameterNameAndCurves
Remarks
Structure representing an animated vector2D 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. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVector2DParameterNameAndCurves
(
FName InParameterName |
Creates a new FVectorParameterNameAndCurve for a specific vector parameter. |