Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Description
Specify whether the heat map material should be enabled or not. This will activate the heat map visualization, or deactivate it.
| Name | SetHeatMapMaterialEnabled |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
virtual void SetHeatMapMaterialEnabled
(
bool bEnabled
)
Parameters
| Name | Remarks |
|---|---|
| bEnabled | Set to true to enable heat map mode. |