Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
The visualization settings for models inherited from the UMLDeformerMorphModel class.
| Name | FMLDeformerMorphModelVizSettingsDetails |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerMorphModelVizSettingsDetails.h |
| Include Path | #include "MLDeformerMorphModelVizSettingsDetails.h" |
Syntax
class FMLDeformerMorphModelVizSettingsDetails : public UE::MLDeformer::FMLDeformerGeomCacheVizSettingsDetails
Implements Interfaces
Functions
Public
Overridden from FMLDeformerVizSettingsDetails
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddAdditionalSettings() |
Add any additional settings. | MLDeformerMorphModelVizSettingsDetails.h | |
virtual 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. | MLDeformerMorphModelVizSettingsDetails.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsMorphTargetsEnabled() |
Is the morph target visualization option/checkbox enabled? | MLDeformerMorphModelVizSettingsDetails.h |