Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Initialize the ML Deformer model. This will update the DeformerAsset and InputInfo properties. It internally calls CreateInputInfo if no InputInfo has been set yet.
| Name | Init |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
virtual void Init
(
UMLDeformerAsset * InDeformerAsset
)
Parameters
| Name | Remarks |
|---|---|
| InDeformerAsset | The deformer asset that this model will be part of. |