unreal.GeometryScriptSpatialQueryOptions
¶
- class unreal.GeometryScriptSpatialQueryOptions(max_distance: float = 0.0, allow_unsafe_modified_queries: bool = False, winding_iso_threshold: float = 0.0)¶
Bases:
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 Queriesmax_distance
(float): [Read-Write] Max Distancewinding_iso_threshold
(float): [Read-Write] Winding Iso Threshold