unreal.GeometryScriptConvexHullOptions

class unreal.GeometryScriptConvexHullOptions(prefilter_vertices: bool = False, prefilter_grid_resolution: int = 0, simplify_to_face_count: int = 0)

Bases: StructBase

Geometry Script Convex Hull Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: ContainmentFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • prefilter_grid_resolution (int32): [Read-Write]

  • prefilter_vertices (bool): [Read-Write]

  • simplify_to_face_count (int32): [Read-Write] Try to simplify each convex hull to this triangle count. If 0, no simplification

property prefilter_grid_resolution: int

[Read-Write]

Type:

(int32)

property prefilter_vertices: bool

[Read-Write]

Type:

(bool)

property simplify_to_face_count: int

[Read-Write] Try to simplify each convex hull to this triangle count. If 0, no simplification

Type:

(int32)