Navigation
API > API/Runtime > API/Runtime/Engine
Retargeting cached data for a specific Retarget Source
| Name | FRetargetSourceCachedData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/BoneContainer.h |
| Include Path | #include "BoneContainer.h" |
Syntax
struct FRetargetSourceCachedData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompactPoseIndexToOrientAndScaleIndex | TArray< int32 > | LUT from CompactPoseIndex to OrientAndScaleIndex | BoneContainer.h | |
| OrientAndScaleData | TArray< FOrientAndScaleRetargetingCachedData > | Orient and Scale cached data. | BoneContainer.h |