Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorToolkit
Description
Switch the editor's visualization mode. This essentially allows you to switch the UI between testing and training modes.
| Name | SwitchVizMode |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorToolkit.h |
| Include Path | #include "MLDeformerEditorToolkit.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorToolkit.cpp |
void SwitchVizMode
(
EMLDeformerVizMode Mode
)
Parameters
| Name | Remarks |
|---|---|
| Mode | The mode to switch to. |