| bAutoSimplify |
bool |
Determines whether mesh gets auto simplified when its triangle count is too high. |
MeshToVolumeTool.h |
- EditAnywhere
- Category=ConversionOptions
- AdvancedDisplay
|
| bPreserveGroupBoundaries |
bool |
When true, adjacent coplanar groups will not be merged together into single faces. |
MeshToVolumeTool.h |
- EditAnywhere
- Category=ConversionOptions
- Meta=(EditCondition="ConversionMode != EMeshToVolumeMode::TriangulatePolygons")
|
| ConversionMode |
EMeshToVolumeMode |
Method for converting the input mesh to a set of Planar Polygonal Faces in the output Volume. |
MeshToVolumeTool.h |
- EditAnywhere
- Category=ConversionOptions
|
| NewVolumeType |
TSubclassOf< class AVolume > |
Type of new Volume to create on Accept |
MeshToVolumeTool.h |
- EditAnywhere
- Category=NewVolume
- Meta=(EditCondition="TargetVolume == nullptr")
|
| SimplifyMaxTriangles |
int32 |
Target triangle count for auto simplification when Auto Simplify is true. |
MeshToVolumeTool.h |
- EditAnywhere
- Category=ConversionOptions
- AdvancedDisplay
- Meta=(EditCondition="bAutoSimplify")
|
| TargetVolume |
TLazyObjectPtr< AVolume > |
If set, the target Volume will be updated, rather than creating a new Volume. |
MeshToVolumeTool.h |
- EditAnywhere
- Category=UpdateExisting
|