Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Forward declarations.
| Name | UE::Geometry::ESimplificationResult |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshSimplification.h |
| Include Path | #include "MeshSimplification.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum ESimplificationResult
{
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,
}
}
}
Values
| Name | Remarks |
|---|---|
| Ok_Collapsed | |
| Ignored_CannotCollapse | |
| Ignored_EdgeIsFullyConstrained | |
| Ignored_EdgeTooLong | |
| Ignored_Constrained | |
| Ignored_CreatesFlip | |
| Failed_OpNotSuccessful | |
| Failed_NotAnEdge | |
| Failed_IsolatedTriangle | |
| Failed_GeometricDeviation | |
| Ignored_CreatesTinyTriangle |