Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshRefinerBase
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshRefinerBase.h |
| Include | #include "MeshRefinerBase.h" |
Syntax
enum EVertexControl
&123;
AllowAll = 0,
NoSmooth = 1,
NoProject = 2,
NoMovement = NoSmooth | NoProject,
&125;
Values
| Name | Description |
|---|---|
| AllowAll | |
| NoSmooth | |
| NoProject | |
| NoMovement |