Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshRefinerBase
Options for projecting vertices onto target surface
| Name | ETargetProjectionMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshRefinerBase.h |
| Include Path | #include "MeshRefinerBase.h" |
Syntax
enum ETargetProjectionMode
{
NoProjection = 0,
AfterRefinement = 1,
Inline = 2,
}
Values
| Name | Remarks |
|---|---|
| NoProjection | |
| AfterRefinement | |
| Inline |