Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FRemapPoseData
Description
Remap a pose using the previously cached mapping. Call this at runtime. Prepares the target pose internally (allocates, fills ref pose for unmapped bones).
| Name | RemapPose |
| 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 RemapPose
(
const UE::UAF::FLODPoseHeap & SourcePose,
UE::UAF::FLODPoseHeap & OutTargetPose
) const