Navigation
API > API/Editor > API/Editor/MeshPaint
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FMeshPainterCommands
References
| Module | MeshPaint |
| Header | /Engine/Source/Editor/MeshPaint/Public/MeshPainterCommands.h |
| Include | #include "MeshPainterCommands.h" |
Syntax
class FMeshPainterCommands : public TCommands< FMeshPainterCommands >
Remarks
Base set of mesh painter commands
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FUICommandInfo > > | Commands | ||
| TSharedPtr< FUICommandInfo > | DecreaseBrushFalloff | ||
| TSharedPtr< FUICommandInfo > | DecreaseBrushRadius | ||
| TSharedPtr< FUICommandInfo > | DecreaseBrushStrength | ||
| TSharedPtr< FUICommandInfo > | IncreaseBrushFalloff | ||
| TSharedPtr< FUICommandInfo > | IncreaseBrushRadius | ||
| TSharedPtr< FUICommandInfo > | IncreaseBrushStrength |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize commands |