Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowMeshProcessing/Public/MeshProcessingNodes/MeshSimplifyNode.h |
Include |
#include "MeshProcessingNodes/MeshSimplifyNode.h" |
namespace UE
{
namespace GeometryFlow
{
enum EMeshSimplifyType
{
Standard = 0,
VolumePreserving = 1,
AttributeAware = 2,
}
}
}
Name |
Description |
---|---|
Standard |
|
VolumePreserving |
|
AttributeAware |