Navigation
API > API/Plugins > API/Plugins/MeshPartition
| |
|
| Name |
EMegaMeshRemeshModifierBoundaryMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MeshPartition/Source/MeshPartition/Public/Modifiers/MeshPartitionRemeshModifierTypes.h |
| Include Path |
#include "Modifiers/MeshPartitionRemeshModifierTypes.h" |
Syntax
enum EMegaMeshRemeshModifierBoundaryMode
{
FullyConstrained,
SplitOnly,
Free,
}
Values
| Name |
Remarks |
| FullyConstrained |
The boundaries of the covered region are not modified in any way. |
| SplitOnly |
Allow the boundary edges to be split, but otherwise do not move them. |
| Free |
Allow the boundary to move freely, including by the smoothing steps. |