ESimplificationPolicy

Unreal Engine C++ API Reference > Developer > GeometryProcessingInterfaces > GeometryProcessingInterfaces > IGeometryProcessing_ApproximateActors

References

   
Module GeometryProcessingInterfaces
Header /Engine/Source/Developer/GeometryProcessingInterfaces/Public/GeometryProcessingInterfaces/ApproximateActors.h
Include #include "GeometryProcessingInterfaces/ApproximateActors.h"

Syntax

enum ESimplificationPolicy  
{  
    FixedTriangleCount         = 0,  
    TrianglesPerUnitSqMeter    = 1,  
    GeometricTolerance         = 2,  
}  

Values

Name Description
FixedTriangleCount  
TrianglesPerUnitSqMeter  
GeometricTolerance  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library