Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Sections
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneParameterSection.h |
Include | #include "Sections/MovieSceneParameterSection.h" |
Syntax
struct FTransformParameterNameAndValue
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | ParameterName | The name of the transform parameter. |
![]() |
FRotator | Rotation | Rotation component |
![]() |
FVector | Scale | Scale component |
![]() |
FVector | Translation | Translation component |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FTransformParameterNameAndValue
(
FName InParameterName, |