Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include | #include "MLDeformerEditorModel.h" |
Syntax
enum ETrainingResult
&123;
Success = 0,
Aborted,
AbortedCantUse,
FailOnData,
FailPythonError,
&125;
Values
| Name | Description |
|---|---|
| Success | The training successfully finished. |
| Aborted | The user has aborted the training process. |
| AbortedCantUse | The user has aborted the training process and we can't use the resulting network. |
| FailOnData | The input or output data to the network has issues, which means we cannot train. |
| FailPythonError | The python script has some error (see output log). |
Remarks
Training process return codes.