Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | EMeshVertexPaintToolUtilityOperations |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshVertexPaintTool.h |
| Include Path | #include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintToolUtilityOperations
{
BlendAllSeams,
FillChannels,
InvertChannels,
CopyChannelToChannel,
SwapChannels,
CopyFromWeightMap,
CopyToOtherLODs,
CopyToSingleLOD,
}
Values
| Name | Remarks |
|---|---|
| BlendAllSeams | Average the current color values at each vertex with split colors, so that there are no split vertices or seams in the color values |
| FillChannels | Set selected channels to a fixed value |
| InvertChannels | Invert channel values |
| CopyChannelToChannel | Copy the color value from a source channel to all the selected target channels |
| SwapChannels | Swap values between two Channels |
| CopyFromWeightMap | Copy values from WeightMap into Vertex Color channels |
| CopyToOtherLODs | Copy current values to any other LODs defined on the target |
| CopyToSingleLOD | Copy current values to a specific LOD defined on the target |