FOrientAndScaleRetargetingCachedData

Stores cached data for Orient and Scale bone translation retargeting

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/BoneContainer.h

Include

#include "BoneContainer.h"

Syntax

struct FOrientAndScaleRetargetingCachedData

Remarks

Stores cached data for Orient and Scale bone translation retargeting

Variables

Name Description

Public variable

FVector

 

SourceTranslation

Public variable

FVector

 

TargetTranslation

Public variable

FQuat

 

TranslationDeltaOrient

Public variable

float

 

TranslationScale

Constructors

Name Description

Public function

FOrientAndScaleRetargetingCachedData

(
    const FQuat& InTranslationDeltaOri...,
    const float InTranslationScale,
    const FVector& InSourceTranslation,
    const FVector& InTargetTranslation
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss