Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IMeshWireframeSource
| Name | EMeshEdgeType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Drawing/MeshWireframeComponent.h |
| Include Path | #include "Drawing/MeshWireframeComponent.h" |
Syntax
enum EMeshEdgeType
{
Regular = 1,
MeshBoundary = 1 << 2,
UVSeam = 1 << 3,
NormalSeam = 1 << 4,
GroupBoundary = 1 << 5,
ColorSeam = 1 << 6,
TangentSeam = 1 << 7,
}
Values
| Name | Remarks |
|---|---|
| Regular | |
| MeshBoundary | |
| UVSeam | |
| NormalSeam | |
| GroupBoundary | |
| ColorSeam | |
| TangentSeam |