Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphInputInfo
Description
Check whether we have invalid groups or not. A group is considered invalid when it is empty, has items with the name 'None', or invalid names, or when the items (bones or curve names) do not exist in the bone or curve list.
| Name | HasInvalidGroups |
| 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 |
bool HasInvalidGroups() const
Returns true when there are invalid bone or curve groups, otherwise false is returned.