Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FRemapPoseDataPool
Description
Returns true if the source and target reference poses refer to different skeletons, meaning a copy between them requires remapping. This is a cheap reference pose pointer comparison, no locking or pool access.
| Name | NeedsRemapping |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/RemapPoseDataPool.h |
| Include Path | #include "RemapPoseDataPool.h" |
static bool NeedsRemapping
(
const FReferencePose & InSourceRefPose,
const FReferencePose & InTargetRefPose
)