Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
| |
|
| Name |
EAttributeEditorElementType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/AttributeEditorTool.h |
| Include Path |
#include "AttributeEditorTool.h" |
Syntax
enum EAttributeEditorElementType
{
Vertex = 0,
VertexInstance = 1,
Triangle = 2,
Polygon = 3,
Edge = 4,
PolygonGroup = 5,
}
Values
| Name |
Remarks |
| Vertex |
|
| VertexInstance |
|
| Triangle |
|
| Polygon |
|
| Edge |
|
| PolygonGroup |
|