UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FTransformData Struct Reference

#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
 

Detailed Description

Stores information about a transform for the purpose of adding keys to a transform section

Constructor & Destructor Documentation

◆ FTransformData() [1/4]

FTransformData::FTransformData ( )
inline

◆ FTransformData() [2/4]

FTransformData::FTransformData ( const USceneComponent *  InComponent)
inline

Constructor. Builds the data from a scene component Uses relative transform only

Parameters
InComponentThe component to build from

◆ FTransformData() [3/4]

FTransformData::FTransformData ( const FTransform InTransform)
inline

◆ FTransformData() [4/4]

FTransformData::FTransformData ( const FVector InTranslation,
const FRotator InRotation,
const FVector InScale 
)
inline

Member Data Documentation

◆ Rotation

FRotator FTransformData::Rotation

Rotation component

◆ Scale

FVector FTransformData::Scale

Scale component

◆ Translation

FVector FTransformData::Translation

Translation component


The documentation for this struct was generated from the following file: