Navigation
API > API/Plugins > API/Plugins/VertexDeltaModel > API/Plugins/VertexDeltaModel/UVertexDeltaModelInstance
- UMLDeformerModelInstance::IsValidForDataProvider()
- UVertexDeltaModelInstance::IsValidForDataProvider()
References
| Module | VertexDeltaModel |
| Header | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModel/Public/VertexDeltaModelInstance.h |
| Include | #include "VertexDeltaModelInstance.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModel/Private/VertexDeltaModelInstance.cpp |
virtual bool IsValidForDataProvider&40;&41; const
Remarks
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. Returns true if the data provider in would be in a valid state, otherwise false is returned.