Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Create the input widget. The default widget that is created contains the bone and curve list. You can inherit from the SMLDeformerInputWidget base class and override this method to return your custom widget. This can be useful when you want to add new types of inputs to your model.
| Name | CreateInputWidget |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
virtual TSharedPtr < SMLDeformerInputWidget > CreateInputWidget()
A shared pointer to the input widget that will appear in the UI.