unreal.GeometryScriptPlanarSimplifyOptions

class unreal.GeometryScriptPlanarSimplifyOptions(angle_threshold: float = 0.0, auto_compact: bool = False)

Bases: StructBase

Geometry Script Planar Simplify Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshSimplifyFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • angle_threshold (float): [Read-Write] Angle Threshold

  • auto_compact (bool): [Read-Write] Auto Compact: If enabled, the simplified mesh is automatically compacted to remove gaps in the index space. This is expensive and can be disabled by advanced users.

property angle_threshold: float

[Read-Write] Angle Threshold

Type:

(float)

property auto_compact: bool

[Read-Write] Auto Compact: If enabled, the simplified mesh is automatically compacted to remove gaps in the index space. This is expensive and can be disabled by advanced users.

Type:

(bool)