Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
| Name | FMLDeformerPaintModeToolkit |
| Type | class |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerPaintModeToolkit.h |
| Include Path | #include "MLDeformerPaintModeToolkit.h" |
Syntax
class FMLDeformerPaintModeToolkit : public FModeToolkit
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FModeToolkit → FMLDeformerPaintModeToolkit
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMLDeformerPaintModeToolkit() |
MLDeformerPaintModeToolkit.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActivePaletteChangedHandle | FDelegateHandle | MLDeformerPaintModeToolkit.h | ||
| ActiveToolIcon | const FSlateBrush * | MLDeformerPaintModeToolkit.h | ||
| ActiveToolMessage | FText | MLDeformerPaintModeToolkit.h | ||
| ActiveToolMessageHandle | FStatusBarMessageHandle | MLDeformerPaintModeToolkit.h | ||
| ActiveToolName | FText | MLDeformerPaintModeToolkit.h | ||
| MLDeformerEditor | FMLDeformerEditorToolkit * | MLDeformerPaintModeToolkit.h | ||
| ModeHeaderArea | TSharedPtr< STextBlock > | MLDeformerPaintModeToolkit.h | ||
| ModeWarningArea | TSharedPtr< STextBlock > | MLDeformerPaintModeToolkit.h | ||
| ToolkitWidget | TSharedPtr< SWidget > | MLDeformerPaintModeToolkit.h | ||
| ToolWarningArea | TSharedPtr< STextBlock > | MLDeformerPaintModeToolkit.h | ||
| ViewportOverlayWidget | TSharedPtr< SWidget > | MLDeformerPaintModeToolkit.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetActiveToolDisplayName() |
MLDeformerPaintModeToolkit.h | ||
virtual FText GetActiveToolMessage() |
MLDeformerPaintModeToolkit.h | ||
virtual FText GetBaseToolkitName() |
MLDeformerPaintModeToolkit.h | ||
virtual TSharedPtr< SWidget > GetInlineContent() |
MLDeformerPaintModeToolkit.h | ||
UE::MLDeformer::FMLDeformerEditorToolkit * GetMLDeformerEditor() |
MLDeformerPaintModeToolkit.h | ||
virtual FName GetToolkitFName() |
MLDeformerPaintModeToolkit.h | ||
virtual void Init
(
const TSharedPtr< IToolkitHost >& InToolkitHost, |
MLDeformerPaintModeToolkit.h | ||
virtual void OnToolEnded
(
UInteractiveToolManager* Manager, |
MLDeformerPaintModeToolkit.h | ||
virtual void OnToolStarted
(
UInteractiveToolManager* Manager, |
MLDeformerPaintModeToolkit.h | ||
void SetMLDeformerEditor
(
FMLDeformerEditorToolkit* Editor |
MLDeformerPaintModeToolkit.h |