Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FBoneContainerRetargetBoneTransf-
Description
Returns the cached source data for retargeting within this context. This is current implemented only against the FBoneContainer.
Virtual Inheritance
- FAnimationRuntimeRetargetBoneTransformContext::GetRetargetSourceCachedData → FBoneContainerRetargetBoneTransformContext::GetRetargetSourceCachedData
| Name | GetRetargetSourceCachedData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimationRuntime.h |
| Include Path | #include "AnimationRuntime.h" |
virtual const FRetargetSourceCachedData & GetRetargetSourceCachedData
(
const FName & InSourceName,
const FSkeletonRemapping & InRemapping,
const TArray < FTransform > & InRetargetTransforms
) const