Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Rigs > API/Plugins/ControlRig/Rigs/URigHierarchy > API/Plugins/ControlRig/Rigs/URigHierarchy/GetPoseVersion
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigHierarchy.h |
| Include | #include "Rigs/RigHierarchy.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Rigs/RigHierarchy.cpp |
int32 GetPoseVersion
(
const FRigElementKey & InKey
) const
Remarks
Returns the version of the transform / pose on the element given its key. Versions are incremented with every change occured to the transform. You can use this to compare your previous "knowledge" of the pose - and see if anybody has changed it during your last access.