![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Classes | |
| struct | FRetargetingScope |
| struct | FRetargetTracking |
Functions | |
| ENGINE_API void | RetargetPose (FCompactPose &InOutPose, const FName &RetargetSource, const TArray< FTransform > &RetargetTransforms) |
| void UE::Anim::Retargeting::RetargetPose | ( | FCompactPose & | InOutPose, |
| const FName & | RetargetSource, | ||
| const TArray< FTransform > & | RetargetTransforms | ||
| ) |
Retargeting the provided pose using the retarget source or transforms
| InOutPose | [out] Individual track to apply the reduction to |
| RetargetSource | Name of the retarget source to retrieve data for |
| RetargetTransforms | Set of transforms to use as the ref skeleton bone transforms |