Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FRemapPoseData
Description
Re-initializes the mapping for each LOD. Call ShouldReinit() before to avoid unnecessary compute. Compare the bones from the source and target pose and find the subset of the target that is also present in the source.
| Name | Reinit |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/RemapPoseData.h |
| Include Path | #include "RemapPoseData.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/RemapPoseData.cpp |
void Reinit
(
const UE::UAF::FReferencePose & InSourceRefPose,
const UE::UAF::FReferencePose & InTargetRefPose
)