UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FVectorParameterNameAndCurves Struct Reference

#include <MovieSceneParameterSection.h>

+ Inheritance diagram for FVectorParameterNameAndCurves:

Public Member Functions

 FVectorParameterNameAndCurves ()
 
 FVectorParameterNameAndCurves (FName InParameterName)
 
- Public Member Functions inherited from FBaseParameterNameAndValue
 FBaseParameterNameAndValue ()
 
 FBaseParameterNameAndValue (FName InParameterName)
 

Public Attributes

FMovieSceneFloatChannel XCurve
 
FMovieSceneFloatChannel YCurve
 
FMovieSceneFloatChannel ZCurve
 
- Public Attributes inherited from FBaseParameterNameAndValue
FName ParameterName
 

Detailed Description

Structure representing an animated vector parameter and it's associated animation curve.

Constructor & Destructor Documentation

◆ FVectorParameterNameAndCurves() [1/2]

FVectorParameterNameAndCurves::FVectorParameterNameAndCurves ( )
inline

◆ FVectorParameterNameAndCurves() [2/2]

FVectorParameterNameAndCurves::FVectorParameterNameAndCurves ( FName  InParameterName)
inline

Member Data Documentation

◆ XCurve

FMovieSceneFloatChannel FVectorParameterNameAndCurves::XCurve

The curve which contains the animation data for the x component of the vector parameter.

◆ YCurve

FMovieSceneFloatChannel FVectorParameterNameAndCurves::YCurve

The curve which contains the animation data for the y component of the vector parameter.

◆ ZCurve

FMovieSceneFloatChannel FVectorParameterNameAndCurves::ZCurve

The curve which contains the animation data for the z component of the vector parameter.


The documentation for this struct was generated from the following file: