Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphNetwork
Description
Get the number of morph targets per bone. This will only be valid if the GetMode() method returns the local model mode. For global mode networks, this will return 0.
| Name | GetNumMorphsPerBone |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphNetwork.h |
| Include Path | #include "NeuralMorphNetwork.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Private/NeuralMorphNetwork.cpp |
int32 GetNumMorphsPerBone() const
The number of morph targets per bone.