Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor > API/Plugins/NeuralMorphModelEditor/FNeuralMorphEditorModel
- FMLDeformerEditorModel::CreateInputWidget()
- FNeuralMorphEditorModel::CreateInputWidget()
References
| Module | NeuralMorphModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/NeuralMorphEditorModel.h |
| Include | #include "NeuralMorphEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Private/NeuralMorphEditorModel.cpp |
virtual TSharedPtr < SMLDeformerInputWidget > CreateInputWidget()
Remarks
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.