Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
| Name | FTransformParameterNameAndValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
| Include Path | #include "Sections/MovieSceneParameterSection.h" |
Syntax
struct FTransformParameterNameAndValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransformParameterNameAndValue
(
FName InParameterName, |
Sections/MovieSceneParameterSection.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParameterName | FName | The name of the transform parameter. | Sections/MovieSceneParameterSection.h | |
| Rotation | FRotator | Rotation component | Sections/MovieSceneParameterSection.h | |
| Scale | FVector | Scale component | Sections/MovieSceneParameterSection.h | |
| Translation | FVector | Translation component | Sections/MovieSceneParameterSection.h |