Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FSimplifyOptions
| Name | FPreserveFeatures |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshClusterSimplifier.h |
| Include Path | #include "Operations/MeshClusterSimplifier.h" |
Syntax
struct FPreserveFeatures
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Boundary | EConstraintLevel | Mesh boundaries. | Operations/MeshClusterSimplifier.h | |
| ColorSeam | EConstraintLevel | Operations/MeshClusterSimplifier.h | ||
| Material | EConstraintLevel | Material ID boundaries. | Operations/MeshClusterSimplifier.h | |
| NormalSeam | EConstraintLevel | Operations/MeshClusterSimplifier.h | ||
| PolyGroup | EConstraintLevel | PolyGroup ID boundaries. | Operations/MeshClusterSimplifier.h | |
| TangentSeam | EConstraintLevel | Operations/MeshClusterSimplifier.h | ||
| UVSeam | EConstraintLevel | Seam types. | Operations/MeshClusterSimplifier.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetSeamConstraints
(
EConstraintLevel Level |
Helper to set all seam types to the same constraint level. | Operations/MeshClusterSimplifier.h |