ECoarseApproximationStrategy

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

References

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

Syntax

enum ECoarseApproximationStrategy  
{  
    Automatic                          = 0,  
    VoxelBasedSolidApproximation       = 1,  
    SweptPlanarProjection              = 2,  
    IntersectSweptPlanarProjections    = 3,  
}  

Values

Name Description
Automatic  
VoxelBasedSolidApproximation  
SweptPlanarProjection  
IntersectSweptPlanarProjections  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library