unreal.GeometryScriptRemoveMeshSimplificationType

class unreal.GeometryScriptRemoveMeshSimplificationType

Bases: EnumBase

EGeometry Script Remove Mesh Simplification Type

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshSimplifyFunctions.h

ATTRIBUTE_AWARE: GeometryScriptRemoveMeshSimplificationType = Ellipsis

QEM with volume preservation, account for vertex normals in optimization. This used to be called Attribute Aware prior to 5.8.

Type:

2

ATTRIBUTE_AWARE_V2: GeometryScriptRemoveMeshSimplificationType = Ellipsis

QEM with volume preservation, accounting for normals/tangents/bitangents/color/texture coordinates and weight channels with attribute seams.

Type:

3

STANDARD_QEM: GeometryScriptRemoveMeshSimplificationType = Ellipsis

classic quadric error metric without volume preservation

Type:

0

VOLUME_PRESERVING: GeometryScriptRemoveMeshSimplificationType = Ellipsis

classic quadric error metric with volume preservation

Type:

1