Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Set the training input information.
| Name | SetInputInfo |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
void SetInputInfo
(
UMLDeformerInputInfo * Input
)
Parameters
| Name | Remarks |
|---|---|
| Input | A pointer to the input information object. |
See Also
- CreateInputInfo