Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
The visualization settings for a model that has a geometry cache. This can be used in combination with a UMLDeformerGeomCacheModel.
| Name | UMLDeformerGeomCacheVizSettings |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerGeomCacheVizSettings.h |
| Include Path | #include "MLDeformerGeomCacheVizSettings.h" |
Syntax
UCLASS (MinimalAPI)
class UMLDeformerGeomCacheVizSettings : public UMLDeformerVizSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMLDeformerVizSettings → UMLDeformerGeomCacheVizSettings
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGeometryCache * GetTestGroundTruth() |
Get the test ground truth geometry cache, which represents the ground truth version of the test animation sequence. | MLDeformerGeomCacheVizSettings.h | |
void SetTestGroundTruth
(
TSoftObjectPtr< UGeometryCache > InGroundTruth |
Set the test ground truth geometry cache. | MLDeformerGeomCacheVizSettings.h |
Overridden from UMLDeformerVizSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool HasTestGroundTruth() |
MLDeformerGeomCacheVizSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetTestGroundTruthPropertyName() |
Get property names. | MLDeformerGeomCacheVizSettings.h |