Navigation
API > API/Plugins > API/Plugins/NeuralMorphModel > API/Plugins/NeuralMorphModel/UNeuralMorphInputInfo
References
| Module | NeuralMorphModel |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Public/NeuralMorphInputInfo.h |
| Include | #include "NeuralMorphInputInfo.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModel/Private/NeuralMorphInputInfo.cpp |
bool HasInvalidGroups() const
Remarks
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. Returns true when there are invalid bone or curve groups, otherwise false is returned.