![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneParameterSection.h>
Inheritance diagram for FVector2DParameterNameAndCurves:Public Member Functions | |
| FVector2DParameterNameAndCurves () | |
| FVector2DParameterNameAndCurves (FName InParameterName) | |
Public Member Functions inherited from FBaseParameterNameAndValue | |
| FBaseParameterNameAndValue () | |
| FBaseParameterNameAndValue (FName InParameterName) | |
Public Attributes | |
| FMovieSceneFloatChannel | XCurve |
| FMovieSceneFloatChannel | YCurve |
Public Attributes inherited from FBaseParameterNameAndValue | |
| FName | ParameterName |
Structure representing an animated vector2D parameter and it's associated animation curve.
|
inline |
|
inline |
| FMovieSceneFloatChannel FVector2DParameterNameAndCurves::XCurve |
The curve which contains the animation data for the x component of the vector parameter.
| FMovieSceneFloatChannel FVector2DParameterNameAndCurves::YCurve |
The curve which contains the animation data for the y component of the vector parameter.