Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Get the visualization settings for this model. These settings are only used in the editor. Visualization settings contain settings for the left side of the ML Deformer asset editor, containing settings like what the mesh spacing is, whether to draw labels, what the test anim sequence is, etc.
| Name | GetVizSettings |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
UMLDeformerVizSettings * GetVizSettings() const
A pointer to the visualization settings. You can cast this to the type specific for your model, in case you inherited from the UMLDeformerVizSettings base class. This never return a nullptr.