Navigation
API > API/Plugins > API/Plugins/DynamicMesh
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshSimplification.h |
| Include | #include "MeshSimplification.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum ESimplificationResult
&123;
Ok_Collapsed = 0,
Ignored_CannotCollapse = 1,
Ignored_EdgeIsFullyConstrained = 2,
Ignored_EdgeTooLong = 3,
Ignored_Constrained = 4,
Ignored_CreatesFlip = 5,
Failed_OpNotSuccessful = 6,
Failed_NotAnEdge = 7,
Failed_IsolatedTriangle = 8,
Failed_GeometricDeviation = 9,
Ignored_CreatesTinyTriangle = 10,
&125;
}
}
Values
| Name | Description |
|---|---|
| Ok_Collapsed | |
| Ignored_CannotCollapse | |
| Ignored_EdgeIsFullyConstrained | |
| Ignored_EdgeTooLong | |
| Ignored_Constrained | |
| Ignored_CreatesFlip | |
| Failed_OpNotSuccessful | |
| Failed_NotAnEdge | |
| Failed_IsolatedTriangle | |
| Failed_GeometricDeviation | |
| Ignored_CreatesTinyTriangle |
Remarks
Forward declarations.
Forward declarations