Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshConvexHull
| |
|
| Name |
FSimplifyOptions |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshConvexHull.h |
| Include Path |
#include "Operations/MeshConvexHull.h" |
Syntax
struct FSimplifyOptions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| GeometricToleranceAfterTarget |
double |
If greater than zero, hull will be futher simplified below target face count where doing so remains within this error tolerance |
Operations/MeshConvexHull.h |
|
| MaxTargetFaceCount |
int32 |
Target triangle count of the simplified output Convex Hull; hull will be simplified to at most this triangle count if possible |
Operations/MeshConvexHull.h |
|