Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly > API/Plugins/ModelingComponentsEditorOnly/ConversionUtils
References
| Module | ModelingComponentsEditorOnly |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/ConversionUtils/DynamicMeshToVolume.h |
| Include | #include "ConversionUtils/DynamicMeshToVolume.h" |
Syntax
struct FMeshToVolumeOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoSimplify | If true, simplify the input mesh to the specified target triangle count. | |
| bool | bRespectGroupBoundaries | When true, coplanar components with different group id's will not be merged into a single volume polygon. | |
| int32 | MaxTriangles | If true, simplify the mesh to the specified target triangle count |