Navigation
API > API/Plugins > API/Plugins/NeuralMorphModelEditor
Inheritance Hierarchy
- TSharedFromThis< IDetailCustomization >
- IDetailCustomization
- FMLDeformerVizSettingsDetails
- FMLDeformerGeomCacheVizSettingsDetails
- FMLDeformerMorphModelVizSettingsDetails
- FNeuralMorphModelVizSettingsDetails
References
| Module | NeuralMorphModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NeuralMorphModel/Source/NeuralMorphModelEditor/Public/NeuralMorphModelVizSettingsDetails.h |
| Include | #include "NeuralMorphModelVizSettingsDetails.h" |
Syntax
class FNeuralMorphModelVizSettingsDetails : public UE::MLDeformer::FMLDeformerMorphModelVizSettingsDetails
Remarks
The neural morph model visualization settings detail customization. This is inherited from the Morph Model detail customization. We do not have to do anything else. We still need this class in order to do our detail customization correctly. Just using the Morph Model directly would cause issues.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IDetailCustomization > | MakeInstance () |