EVertexControl

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss