Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
The visualization settings specific to the UMLDeformerMorphModel class, or inherited classes.
| Name | UMLDeformerMorphModelVizSettings |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerMorphModelVizSettings.h |
| Include Path | #include "MLDeformerMorphModelVizSettings.h" |
Syntax
UCLASS (MinimalAPI)
class UMLDeformerMorphModelVizSettings : public UMLDeformerGeomCacheVizSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMLDeformerVizSettings → UMLDeformerGeomCacheVizSettings → UMLDeformerMorphModelVizSettings
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetDrawMorphTargets() |
MLDeformerMorphModelVizSettings.h | ||
float GetMorphTargetDeltaThreshold() |
MLDeformerMorphModelVizSettings.h | ||
int32 GetMorphTargetNumber() |
MLDeformerMorphModelVizSettings.h | ||
void SetDrawMorphTargets
(
bool bDraw |
MLDeformerMorphModelVizSettings.h | ||
void SetMorphTargetNumber
(
int32 MorphIndexToPreview |
MLDeformerMorphModelVizSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetDrawMorphTargetsPropertyName() |
MLDeformerMorphModelVizSettings.h | ||
static FName GetMorphTargetDeltaThresholdPropertyName() |
MLDeformerMorphModelVizSettings.h | ||
static FName GetMorphTargetNumberPropertyName() |
Get property names. | MLDeformerMorphModelVizSettings.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MorphTargetDeltaThreshold_DEPRECATED | float | The morph target delta threshold. | MLDeformerMorphModelVizSettings.h |