Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerVizSettings.h |
| Include | #include "MLDeformerVizSettings.h" |
Syntax
enum EMLDeformerHeatMapMode
{
Activations = 0,
GroundTruth,
}
Values
| Name | Description |
|---|---|
| Activations | Visualize areas where the deformer is applying corrections. |
| GroundTruth | Visualize the error versus the ground truth model. Requires a ground truth model to be setup. |
Remarks
The heat map mode which selects what the colors of the heatmap represent.