unreal.GeometryScriptSpatialQueryOptions¶
- class unreal.GeometryScriptSpatialQueryOptions(max_distance=0.0, allow_unsafe_modified_queries=False, winding_iso_threshold=0.5)¶
Bases:
unreal.StructBaseGeometry 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