Navigation API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor Inheritance Hierarchy TSharedFromThis FApplicationMode FMLDeformerApplicationMode References Module MLDeformerFrameworkEditor Header /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerApplicationMode.h Include #include "MLDeformerApplicationMode.h" Syntax class FMLDeformerApplicationMode : public FApplicationMode Copy full snippetclass FMLDeformerApplicationMode : public FApplicationMode Remarks The application mode for the ML Deformer editor. This defines the layout of the UI. It basically spawns all the tabs, such as the viewport, details panels, etc. Variables Type Name Description TWeakPtr< FMLDeformerEditorToolkit > EditorToolkit The hosting app. FWorkflowAllowedTabSet TabFactories The tab factories we support. Constructors Type Name Description FMLDeformerApplicationMode ( TSharedRef< FWorkflowCentricApplication > InHostingApp, TSharedRef< IPersonaPreviewScene > InPreviewScene ) Overridden from FApplicationMode Type Name Description void RegisterTabFactories ( TSharedPtr< FTabManager > InTabManager ) Constants Name Description ModeName The name of this mode.