Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshRefinerBase
| Name | EVertexControl |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshRefinerBase.h |
| Include Path | #include "MeshRefinerBase.h" |
Syntax
enum EVertexControl
{
AllowAll = 0,
NoSmooth = 1,
NoProject = 2,
NoMovement = NoSmooth | NoProject,
}
Values
| Name | Remarks |
|---|---|
| AllowAll | |
| NoSmooth | |
| NoProject | |
| NoMovement |