Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshRefinerBase.h |
Include |
#include "MeshRefinerBase.h" |
enum EVertexControl
{
AllowAll = 0,
NoSmooth = 1,
NoProject = 2,
NoMovement = NoSmooth | NoProject,
}
Name |
Description |
---|---|
AllowAll |
|
NoSmooth |
|
NoProject |
|
NoMovement |