Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FMeshProjectionHull
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshProjectionHull.h |
| Include | #include "Operations/MeshProjectionHull.h" |
Syntax
enum EKeep3DHullSide
{
None,
Front,
Back,
}
Values
| Name | Description |
|---|---|
| None | Both sides of the projection hull will be flat. |
| Front | The front of the projection hull will follow the 3D convex hull, and the back will be flat. |
| Back | The back of the projection hull will follow the 3D convex hull, and the front will be flat. |