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