Navigation
API > API/Plugins > API/Plugins/VertexDeltaModelEditor
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FMLDeformerModelDetails
- FMLDeformerGeomCacheModelDetails
- FVertexDeltaModelDetails
References
| Module | VertexDeltaModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModelEditor/Public/VertexDeltaModelDetails.h |
| Include | #include "VertexDeltaModelDetails.h" |
Syntax
class FVertexDeltaModelDetails : public UE::MLDeformer::FMLDeformerGeomCacheModelDetails
Remarks
The detail customization for the vertex delta model. This basically just adds the properties specific to the vertex delta model to the trainings settings. But as we inherit from the FMLDeformerGeomCacheModelDetails class, it directly creates all the other properties for us as well, and inserts error messages when something is wrong, creates some groups, etc.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IDetailCustomization > | MakeInstance () |
Makes a new instance of this detail layout class for a specific detail view requesting it. |
Overridden from IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Called when details should be customized |