Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMLDeformerVizSettings
- UMLDeformerGeomCacheVizSettings
- UMLDeformerMorphModelVizSettings
- UNearestNeighborModelVizSettings
- UNeuralMorphModelVizSettings
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerMorphModelVizSettings.h |
| Include | #include "MLDeformerMorphModelVizSettings.h" |
Syntax
UCLASS&40;&41;
class UMLDeformerMorphModelVizSettings : public UMLDeformerGeomCacheVizSettings
Remarks
The vizualization settings specific to the UMLDeformerMorphModel class, or inherited classes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDrawMorphTargets | Specify whether we want to debug draw the morph targets. | |
| int32 | MorphTargetNumber | The morph target to visualize. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| FName | |||
| int32 | |||
| FName | Get property names. | ||
| void | SetDrawMorphTargets
(
bool bDraw |
||
| void | SetMorphTargetNumber
(
int32 MorphIndexToPreview |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| float | MorphTargetDeltaThreshold_DEPRECATED | The morph target delta threshold. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| float | This method will be removed, please do not use this method anymore. | ||
| FName | This method will be removed, as well as the MorphTargetDeltaThreshold member, please do not use this method anymore. |