Navigation
API > API/Plugins > API/Plugins/DetailPoseModel > API/Plugins/DetailPoseModel/UDetailPoseModelInputInfo
Description
Get the number of morph targets that the model should output. This is basically the number of outputs of our neural network. Please keep in mind that the number of morph targets that are actually used is higher than this number. The number returned by this method is really what we entered as number of morph targets in the UI. We do generate an extra morph target that holds the mean values as well, and next to that there is a morph target for each detail pose. So please keep in mind this is just the number of morph targets we entered in the UI before we pressed the Train button, and that it is equal to the number of neural network outputs.
| Name | GetNumGlobalMorphTargets |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/MLDeformer/DetailPoseModel/Source/DetailPoseModel/Public/DetailPoseModelInputInfo.h |
| Include Path | #include "DetailPoseModelInputInfo.h" |
int32 GetNumGlobalMorphTargets() const