UE::Geometry::ESimplificationResult

Choose your operating system:

Windows

macOS

Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshSimplification.h

Include

#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,
        }
    }
}

Values

Name

Description

Ok_Collapsed

Ignored_CannotCollapse

Ignored_EdgeIsFullyConstrained

Ignored_EdgeTooLong

Ignored_Constrained

Ignored_CreatesFlip

Failed_OpNotSuccessful

Failed_NotAnEdge

Failed_IsolatedTriangle

Failed_GeometricDeviation