Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimSequenceHelpers.h |
| Include | #include "Animation/AnimSequenceHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimSequenceHelpers.cpp |
namespace UE
{
namespace Anim
{
namespace Retargeting
{
void UE::Anim::Retargeting::RetargetPose
(
FCompactPose & InOutPose,
const FName & RetargetSource,
const TArray < FTransform > & RetargetTransforms
)
}
}
}
Remarks
Retargeting the provided pose using the retarget source or transforms
Parameters
| Name | Description |
|---|---|
| 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 |