Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/IMeshSpatial
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SpatialInterfaces.h |
| Include | #include "Spatial/SpatialInterfaces.h" |
Syntax
struct FQueryOptions
Remarks
Standard shared options for all mesh spatial queries
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowUnsafeModifiedMeshQueries | If true, then the IMeshSpatial may allow queries even when the underlying mesh has been modified without updating the queried structure. | |
| double | MaxDistance | Maximum search distance / hit distance, where applicable | |
| TFunction< bool(int)> | TriangleFilterF | If non-null, only triangle IDs that pass this filter (i.e. filter is true) are considered |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FQueryOptions
(
TFunction< bool(int)> TriangleFilterF |
|||
FQueryOptions
(
double MaxDistance, |