Navigation
Unreal Engine C++ API Reference > Runtime > Engine
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
Type | Name | Description | |
---|---|---|---|
![]() |
FVector | SourceTranslation | |
![]() |
FVector | TargetTranslation | |
![]() |
FQuat | TranslationDeltaOrient | |
![]() |
float | TranslationScale |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FOrientAndScaleRetargetingCachedData
(
const FQuat& InTranslationDeltaOrient, |