Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FRemapPoseData
Description
Check if we need to re-initialize the mapping. This will return true in case of first time usage of the data, or in the case that either the source or target pose changed.
| Name | ShouldReinit |
| 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 |
bool ShouldReinit
(
const UE::UAF::FReferencePose & InSourceRefPose,
const UE::UAF::FReferencePose & InTargetRefPose
) const