Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UMeshToVolumeToolProperties
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/MeshToVolumeTool.h |
| Include | #include "MeshToVolumeTool.h" |
Syntax
UCLASS&40;&41;
class UMeshToVolumeToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoSimplify | Determines whether mesh gets auto simplified when its triangle count is too high. | |
| bool | bPreserveGroupBoundaries | When true, adjacent coplanar groups will not be merged together into single faces. | |
| EMeshToVolumeMode | ConversionMode | Method for converting the input mesh to a set of Planar Polygonal Faces in the output Volume. | |
| TSubclassOf< class AVolume > | NewVolumeType | Type of new Volume to create on Accept | |
| int32 | SimplifyMaxTriangles | Target triangle count for auto simplification when Auto Simplify is true. | |
| TLazyObjectPtr< AVolume > | TargetVolume | If set, the target Volume will be updated, rather than creating a new Volume. |