Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EBakeVertexTopology |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeVertexTool.h |
| Include Path | #include "BakeMeshAttributeVertexTool.h" |
Syntax
enum EBakeVertexTopology
{
CreateNew,
UseExisting,
}
Values
| Name | Remarks |
|---|---|
| CreateNew | Generate new vertex color topology, optionally using normal and UV seams to determine splits |
| UseExisting | Use existing vertex color topology on the Target Mesh |