Navigation
API > API/Runtime > API/Runtime/Engine
Stores cached data for Orient and Scale bone translation retargeting
| Name | FOrientAndScaleRetargetingCachedData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/BoneContainer.h |
| Include Path | #include "BoneContainer.h" |
Syntax
struct FOrientAndScaleRetargetingCachedData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOrientAndScaleRetargetingCachedData
(
const FQuat& InTranslationDeltaOrient, |
BoneContainer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SourceTranslation | FVector | BoneContainer.h | ||
| TargetTranslation | FVector | BoneContainer.h | ||
| TranslationDeltaOrient | FQuat | BoneContainer.h | ||
| TranslationScale | float | BoneContainer.h |