Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FMLDeformerVizSettingsDetails
- FMLDeformerGeomCacheVizSettingsDetails
- FMLDeformerMorphModelVizSettingsDetails
- FNearestNeighborModelVizSettingsDetails
- FNeuralMorphModelVizSettingsDetails
- FVertexDeltaModelVizSettingsDetails
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerGeomCacheVizSettingsDetails.h |
| Include | #include "MLDeformerGeomCacheVizSettingsDetails.h" |
Syntax
class FMLDeformerGeomCacheVizSettingsDetails : public UE::MLDeformer::FMLDeformerVizSettingsDetails
Remarks
The visualization settings detail customization for a geometry cache based model. A geometry cache based model is one inherited from the UMLDeformerGeomCacheModel base class. You can inherit your own model detail customization from this class if you also inherited your model from the UMLDeformerGeomCacheModel class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMLDeformerGeomCacheModel > | GeomCacheModel | The geometry cache based runtime model pointer. | |
| TObjectPtr< UMLDeformerGeomCacheVizSettings > | GeomCacheVizSettings | A pointer to the geom cache based visualization settings. |
Overridden from FMLDeformerVizSettingsDetails
| Type | Name | Description | |
|---|---|---|---|
| void | Add the ground truth test sequence property. | ||
| bool | UpdateMemberPointers
(
const TArray< TWeakObjectPtr< UObject >>& Objects |
Update the class member pointers, which includes the pointer to the model, its editor model, and the viz settings. |