Navigation
API > API/Runtime > API/Runtime/MovieScene
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/TransformData.h |
| Include | #include "TransformData.h" |
Syntax
struct FTransformData
Remarks
Stores information about a transform for the purpose of adding keys to a transform section
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRotator | Rotation | Rotation component | |
| FVector | Scale | Scale component | |
| FVector | Translation | Translation component |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTransformData
(
const USceneComponent* InComponent |
Constructor. Builds the data from a scene component Uses relative transform only | ||
FTransformData
(
const FTransform& InTransform |
|||
FTransformData
(
const FVector& InTranslation, |