Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Structure representing the animated value of a vector parameter.
| Name | FVectorParameterNameAndValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
| Include Path | #include "Sections/MovieSceneParameterSection.h" |
Syntax
struct FVectorParameterNameAndValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVectorParameterNameAndValue
(
FName InParameterName, |
Creates a new FVectorParameterAndValue with a parameter name and a value. | Sections/MovieSceneParameterSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParameterName | FName | The name of the vector parameter. | Sections/MovieSceneParameterSection.h | |
| Value | FVector | The animated value of the vector parameter. | Sections/MovieSceneParameterSection.h |