Navigation
API > API/Plugins > API/Plugins/DetailPoseModel > API/Plugins/DetailPoseModel/UDetailPoseModelInstance
Description
Get the best matching detail pose, compared to the character's current pose as defined by the skeletal mesh component we are linked to. The integer that is returned represents the frame number inside the detail pose model's detail pose geometry cache.
| Name | GetBestDetailPoseIndex |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/MLDeformer/DetailPoseModel/Source/DetailPoseModel/Public/DetailPoseModelInstance.h |
| Include Path | #include "DetailPoseModelInstance.h" |
int32 GetBestDetailPoseIndex() const
The index of the frame number in the detail pose geometry cache that best matches our current pose.