Navigation
API > API/Plugins > API/Plugins/VertexDeltaModelEditor
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FMLDeformerVizSettingsDetails
- FMLDeformerGeomCacheVizSettingsDetails
- FVertexDeltaModelVizSettingsDetails
References
| Module | VertexDeltaModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModelEditor/Public/VertexDeltaModelVizSettingsDetails.h |
| Include | #include "VertexDeltaModelVizSettingsDetails.h" |
Syntax
class FVertexDeltaModelVizSettingsDetails : public UE::MLDeformer::FMLDeformerGeomCacheVizSettingsDetails
Remarks
The detail customization for the vertex delta model visualization settings. We inherit from a base class as that already takes care of some nice grouping of properties, some error reporting in case of issues, and some nice grouping of settings.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IDetailCustomization > | MakeInstance () |
Makes a new instance of this detail layout class for a specific detail view requesting it. |