Navigation
API > API/Plugins > API/Plugins/GeometryFlowMeshProcessing
| |
|
| Name |
EGeomtryFlow_MeshSimplifyTargetType |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowMeshProcessing/Public/MeshProcessingNodes/MeshSimplifyNode.h |
| Include Path |
#include "MeshProcessingNodes/MeshSimplifyNode.h" |
Syntax
enum EGeomtryFlow_MeshSimplifyTargetType
{
TriangleCount = 0,
VertexCount = 1,
TrianglePercentage = 2,
GeometricDeviation = 3,
}
Values
| Name |
Remarks |
| TriangleCount |
|
| VertexCount |
|
| TrianglePercentage |
|
| GeometricDeviation |
|