Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FSkeletonRemapping
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/SkeletonRemapping.h |
| Include | #include "Animation/SkeletonRemapping.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/SkeletonRemapping.cpp |
void ComposeWith
(
const FSkeletonRemapping & OtherSkeletonRemapping
)
Remarks
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
Parameters
| Name | Description |
|---|---|
| OtherSkeletonRemapping | Skeleton remapping to compose into this remapping |