Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerMorphModelInstance
Description
Check if we are in a valid state for the deformer graph's data provider. In the base class this will check whether the neural network is valid, if the vertex map buffer is valid and whether the neural network instance handle is valid.
Virtual Inheritance
- UMLDeformerModelInstance::IsValidForDataProvider → UMLDeformerMorphModelInstance::IsValidForDataProvider
| Name | IsValidForDataProvider |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerMorphModelInstance.h |
| Include Path | #include "MLDeformerMorphModelInstance.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Private/MLDeformerMorphModelInstance.cpp |
virtual bool IsValidForDataProvider() const
Returns true if the data provider in would be in a valid state, otherwise false is returned.