Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework > API/Plugins/MLDeformerFramework/UMLDeformerComponent
Description
Get the ML Deformer model instance that this component currently uses. The instance is responsible for running inference and feeding the neural network with inputs.
| Name | GetModelInstance |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerComponent.h |
| Include Path | #include "MLDeformerComponent.h" |
UFUNCTION (BlueprintCallable, Category="MLDeformer")
UMLDeformerModelInstance * GetModelInstance() const
A pointer to the model instance object.