unreal.GeometryScriptSpatialQueryOptions

class unreal.GeometryScriptSpatialQueryOptions(max_distance=0.0, allow_unsafe_modified_queries=False, winding_iso_threshold=0.5)

Bases: unreal.StructBase

Geometry Script Spatial Query Options

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshSpatialFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • allow_unsafe_modified_queries (bool): [Read-Write] Allow Unsafe Modified Queries

  • max_distance (float): [Read-Write] Max Distance

  • winding_iso_threshold (float): [Read-Write] Winding Iso Threshold

property allow_unsafe_modified_queries

[Read-Write] Allow Unsafe Modified Queries

Type

(bool)

property max_distance

[Read-Write] Max Distance

Type

(float)

property winding_iso_threshold

[Read-Write] Winding Iso Threshold

Type

(float)