Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSkeletonRemapping
Description
Compose this remapping with another remapping in place. The other remapping's source skeleton must match this remapping's target skeleton. The result will map from this remapping's source skeleton to the other remapping's target skeleton
| Name | ComposeWith |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/SkeletonRemapping.h |
| Include Path | #include "Animation/SkeletonRemapping.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/SkeletonRemapping.cpp |
void ComposeWith
(
const FSkeletonRemapping & OtherSkeletonRemapping
)
Parameters
| Name | Remarks |
|---|---|
| OtherSkeletonRemapping | Skeleton remapping to compose into this remapping |