Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- USingleSelectionTool
- UMeshSurfacePointTool
- UBaseBrushTool
- UMeshVertexPaintingTool
- UMeshColorPaintingTool
References
| Module | MeshPaintingToolset |
| Header | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshVertexPaintingTool.h |
| Include | #include "MeshVertexPaintingTool.h" |
Syntax
UCLASS&40;&41;
class UMeshColorPaintingTool : public UMeshVertexPaintingTool
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyForcedLODIndex
(
int32 ForcedLODIndex |
||
| void | CycleMeshLODs
(
int32 Direction |
||
| int32 | |||
| int32 | |||
| void | LODPaintStateChanged
(
const bool bLODPaintingEnabled |
||
| void |
Overridden from UMeshVertexPaintingTool
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | SetAdditionalPaintParameters
(
FMeshPaintParameters& InPaintParameters |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| void | Setup () |
UInteractiveTool. | |
| void | Shutdown
(
EToolShutdownType ShutdownType |
Called by ToolManager to shut down the Tool |