![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneParameterSection.h>
Public Member Functions | |
| FVector2DParameterNameAndValue (FName InParameterName, FVector2D InValue) | |
Public Attributes | |
| FName | ParameterName |
| FVector2D | Value |
Structure representing the animated value of a vector2D parameter.
|
inline |
Creates a new FVectorParameterAndValue with a parameter name and a value.
| FName FVector2DParameterNameAndValue::ParameterName |
The name of the vector parameter.
| FVector2D FVector2DParameterNameAndValue::Value |
The animated value of the vector parameter.