Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Check whether our model is trained or not. This is determined by looking whether the neural network pointer is nullptr or not.
| Name | IsTrained |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
virtual bool IsTrained() const
Returns true when the model is trained already, or false if it hasn't been trained yet.