Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
The heat map mode which selects what the colors of the heatmap represent.
| Name | EMLDeformerHeatMapMode |
| Type | enum |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerVizSettings.h |
| Include Path | #include "MLDeformerVizSettings.h" |
Syntax
enum EMLDeformerHeatMapMode
{
Activations = 0,
GroundTruth,
}
Values
| Name | Remarks |
|---|---|
| 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. |