EVertexControl

Choose your operating system:

Windows

macOS

Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/MeshRefinerBase.h

Include

#include "MeshRefinerBase.h"

Syntax

enum EVertexControl
{
    AllowAll      = 0,
    NoSmooth      = 1,
    NoProject     = 2,
    NoMovement    = NoSmooth | NoProject,
}

Values

Name

Description

AllowAll

NoSmooth

NoProject

NoMovement