Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
Inheritance Hierarchy
- TSharedFromThis
- IDetailCustomization
- FMLDeformerVizSettingsDetails
- FMLDeformerGeomCacheVizSettingsDetails
- FMLDeformerMorphModelVizSettingsDetails
- FNearestNeighborModelVizSettingsDetails
- FNeuralMorphModelVizSettingsDetails
References
| Module | MLDeformerFrameworkEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerMorphModelVizSettingsDetails.h |
| Include | #include "MLDeformerMorphModelVizSettingsDetails.h" |
Syntax
class FMLDeformerMorphModelVizSettingsDetails : public UE::MLDeformer::FMLDeformerGeomCacheVizSettingsDetails
Remarks
The visualization settings for models inherited from the UMLDeformerMorphModel class.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMLDeformerMorphModel > | MorphModel | A pointer to the runtime morph model. This is updated when UpdateMemberPointers is called. | |
| TObjectPtr< UMLDeformerMorphModelVizSettings > | MorphModelVizSettings | A pointer to the morph model visualization settings. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Is the morph target visualization option/checkbox enabled? |
Overridden from FMLDeformerVizSettingsDetails
| Type | Name | Description | |
|---|---|---|---|
| void | Add any additional settings. | ||
| void | Add any statistics. | ||
| 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. |