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 FVector2DParameterNameAndValue
Remarks
Structure representing the animated value of a vector2D parameter.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ParameterName | The name of the vector parameter. | |
| FVector2D | Value | The animated value of the vector parameter. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVector2DParameterNameAndValue
(
FName InParameterName, |
Creates a new FVectorParameterAndValue with a parameter name and a value. |