Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/MeshMerge
References
| |
|
| Module |
Engine |
| Header |
/Engine/Source/Runtime/Engine/Public/MeshMerge/MeshApproximationSettings.h |
| Include |
#include "MeshMerge/MeshApproximationSettings.h" |
Syntax
enum EMeshApproximationGroundPlaneClippingPolicy
{
NoGroundClipping = 0,
DiscardWithZPlane = 1,
CutWithZPlane = 2,
CutAndFillWithZPlane = 3,
}
Values
| Name |
Description |
| NoGroundClipping |
|
| DiscardWithZPlane |
|
| CutWithZPlane |
|
| CutAndFillWithZPlane |
|