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