 |
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. |