Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UMeshVertexPaintToolActionPropertySet
- UMeshVertexPaintToolQuickActions
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshVertexPaintTool.h |
| Include | #include "MeshVertexPaintTool.h" |
Syntax
UCLASS&40;&41;
class UMeshVertexPaintToolQuickActions : public UMeshVertexPaintToolActionPropertySet
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EraseAll () |
Fill all Vertex Colors with the current Erase color. Current Channel Filter still applies. | |
| void | FillBlack () |
Fill all Vertex Colors with the Color (0,0,0,1). Current Channel Filter still applies. | |
| void | FillWhite () |
Fill all Vertex Colors with the Color (1,1,1,1). Current Channel Filter still applies. | |
| void | PaintAll () |
Fill all Vertex Colors with the current Paint color. Current Channel Filter still applies. |