Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMLDeformerVizSettings
- UMLDeformerGeomCacheVizSettings
- UMLDeformerMorphModelVizSettings
- UNearestNeighborModelVizSettings
- UNeuralMorphModelVizSettings
- UVertexDeltaModelVizSettings
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerGeomCacheVizSettings.h |
| Include | #include "MLDeformerGeomCacheVizSettings.h" |
Syntax
UCLASS&40;&41;
class UMLDeformerGeomCacheVizSettings : public UMLDeformerVizSettings
Remarks
The vizualization settings for a model that has a geometry cache. This can be used in combination with a UMLDeformerGeomCacheModel.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< UGeometryCache > | GroundTruth | The geometry cache that represents the ground truth of the test anim sequence. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGeometryCache * | Get the test ground truth geometry cache, which represents the ground truth version of the test animation sequence. | ||
| FName | Get property names. |
Overridden from UMLDeformerVizSettings
| Type | Name | Description | |
|---|---|---|---|
| bool |