Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshVertexPaintTool.h |
| Include |
#include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintToolUtilityOperations
{
BlendAllSeams,
FillChannels,
InvertChannels,
CopyChannelToChannel,
SwapChannels,
CopyFromWeightMap,
CopyToOtherLODs,
CopyToSingleLOD,
}
Values
| Name |
Description |
| 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 |