Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
References
| Module | MLDeformerFramework |
| Header | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include | #include "MLDeformerModel.h" |
void SetVizSettings
(
UMLDeformerVizSettings * VizSettingsObject
)
Remarks
Set the visualization settings object. You need to call this in the constructor of your model.
Parameters
| Name | Description |
|---|---|
| VizSettings | The visualization settings object for this model. |