Navigation
API > API/Plugins > API/Plugins/VertexDeltaModel
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMLDeformerVizSettings
- UMLDeformerGeomCacheVizSettings
- UVertexDeltaModelVizSettings
References
| Module | VertexDeltaModel |
| Header | /Engine/Plugins/Animation/MLDeformer/VertexDeltaModel/Source/VertexDeltaModel/Public/VertexDeltaModelVizSettings.h |
| Include | #include "VertexDeltaModelVizSettings.h" |
Syntax
UCLASS&40;&41;
class UVertexDeltaModelVizSettings : public UMLDeformerGeomCacheVizSettings
Remarks
The vizualization settings specific to the the vertex delta model. This is inherited from the UMLDeformerGeomCacheVizSettings. We cannot directly use that as we have to register the detail customization using a unique class for our model. This is the reason why we just inherit a new class from it.