Navigation
API > API/Plugins > API/Plugins/MeshPaintEditorMode
| Name | FMeshPaintingToolActionCommands |
| Type | class |
| Header File | /Engine/Plugins/MeshPainting/Source/MeshPaintEditorMode/Public/MeshPaintModeCommands.h |
| Include Path | #include "MeshPaintModeCommands.h" |
Syntax
class FMeshPaintingToolActionCommands : public TInteractiveToolCommands< FMeshPaintingToolActionCommands >
Inheritance Hierarchy
- TInteractiveToolCommands< FMeshPaintingToolActionCommands > → FMeshPaintingToolActionCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMeshPaintingToolActionCommands() |
MeshPaintModeCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetToolDefaultObjectList
(
TArray< UInteractiveTool* >& ToolCDOs |
MeshPaintModeCommands.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void RegisterAllToolActions () |
Interface that hides various per-tool action sets Register all Tool command sets. | MeshPaintModeCommands.h | |
static void UnregisterAllToolActions() |
Unregister all Tool command sets. Call this from module shutdown. | MeshPaintModeCommands.h | |
static void UpdateToolCommandBinding
(
UInteractiveTool* Tool, |
Add or remove commands relevant to Tool to the given UICommandList. | MeshPaintModeCommands.h |