Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Get the delegate which will be called when to inform when the model instance needs to be reinitialized. The ML Deformer component will hook into this for example. This is broadcast when something changes in the structure, such as when training finished and the neural network changed.
| Name | GetReinitModelInstanceDelegate |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
FMLDeformerReinitModelInstancesDelegate & GetReinitModelInstanceDelegate()