Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/OffsetMeshTool.h |
| Include |
#include "OffsetMeshTool.h" |
Syntax
enum EOffsetMeshToolOffsetType
{
UMETA =(DisplayName = "Iterative"),
UMETA =(DisplayName = "Implicit"),
}
Values
| Name |
Description |
| UMETA |
Iterative Offsetting with N iterations |
| UMETA |
Implicit Offsetting, produces smoother output and does a better job at preserving UVs, but can be very slow on large meshes |