Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | EOffsetMeshToolOffsetType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/OffsetMeshTool.h |
| Include Path | #include "OffsetMeshTool.h" |
Syntax
enum EOffsetMeshToolOffsetType
{
Iterative,
Implicit,
}
Values
| Name | Remarks |
|---|---|
| Iterative | Iterative Offsetting with N iterations |
| Implicit | Implicit Offsetting, produces smoother output and does a better job at preserving UVs, but can be very slow on large meshes |