Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphInputInfo
Description
Calculate the maximum number of group items. This will look in both the bone and curve groups. So for example, if there is a curve group with 5 items, while other groups have only 2 or 3 items, this method will return 5.
| Name | CalcMaxNumGroupItems |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphInputInfo.h |
| Include Path | #include "NeuralMorphInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Private/NeuralMorphInputInfo.cpp |
int32 CalcMaxNumGroupItems() const
The maximum item count of all groups.