Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Get the editor's input info object. This is the information the user currently has setup in the UI, so not the input info of the runtime model. The runtime model's input info contains the data inputs the model has been trained on, which can be different from what the user currently has set up in the UI.
| Name | GetEditorInputInfo |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
UMLDeformerInputInfo * GetEditorInputInfo() const
A pointer to the editor's input info object.