unreal.GeometryScriptConvexHullSimplifyMethod

class unreal.GeometryScriptConvexHullSimplifyMethod

Bases: EnumBase

Methods to simplify convex hulls, used by FGeometryScriptConvexHullSimplificationOptions

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: CollisionFunctions.h

ANGLE_TOLERANCE: GeometryScriptConvexHullSimplifyMethod

Simplify convex hulls by merging hull faces that have similar normals

Type:

1

MESH_Q_SLIM: GeometryScriptConvexHullSimplifyMethod

Simplify convex hulls using a general mesh-based simplifier, and taking the convex hull of the simplified mesh

Type:

0