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

#include <BoneContainer.h>

Public Member Functions

 FOrientAndScaleRetargetingCachedData (const FQuat &InTranslationDeltaOrient, const float InTranslationScale, const FVector &InSourceTranslation, const FVector &InTargetTranslation)
 

Public Attributes

FQuat TranslationDeltaOrient
 
float TranslationScale
 
FVector SourceTranslation
 
FVector TargetTranslation
 

Detailed Description

Stores cached data for Orient and Scale bone translation retargeting

Constructor & Destructor Documentation

◆ FOrientAndScaleRetargetingCachedData()

FOrientAndScaleRetargetingCachedData::FOrientAndScaleRetargetingCachedData ( const FQuat InTranslationDeltaOrient,
const float  InTranslationScale,
const FVector InSourceTranslation,
const FVector InTargetTranslation 
)
inline

Member Data Documentation

◆ SourceTranslation

FVector FOrientAndScaleRetargetingCachedData::SourceTranslation

◆ TargetTranslation

FVector FOrientAndScaleRetargetingCachedData::TargetTranslation

◆ TranslationDeltaOrient

FQuat FOrientAndScaleRetargetingCachedData::TranslationDeltaOrient

◆ TranslationScale

float FOrientAndScaleRetargetingCachedData::TranslationScale

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