Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor > API/Plugins/NeuralMorphModelEditor/FNeuralMorphEditorModel
- FMLDeformerEditorModel::Init()
- FNeuralMorphEditorModel::Init()
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 void Init
&40;
const InitSettings & Settings
&41;
Remarks
Initialize the model. This will mainly create the delta sampler, editor input info and some other things.
Parameters
| Name | Description |
|---|---|
| Settings | The initialization settings. |