Navigation
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 |