![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TransformData.h>
Public Member Functions | |
| FTransformData () | |
| FTransformData (const USceneComponent *InComponent) | |
| FTransformData (const FTransform &InTransform) | |
| FTransformData (const FVector &InTranslation, const FRotator &InRotation, const FVector &InScale) | |
Public Attributes | |
| FVector | Translation |
| FRotator | Rotation |
| FVector | Scale |
Stores information about a transform for the purpose of adding keys to a transform section
|
inline |
|
inline |
Constructor. Builds the data from a scene component Uses relative transform only
| InComponent | The component to build from |
|
inline |
|
inline |
| FRotator FTransformData::Rotation |
Rotation component
| FVector FTransformData::Scale |
Scale component
| FVector FTransformData::Translation |
Translation component