Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryCore/Public/Spatial/SpatialInterfaces.h |
Include |
#include "Spatial/SpatialInterfaces.h" |
struct FQueryOptions
Standard shared options for all mesh spatial queries
Name | Description | ||
---|---|---|---|
|
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 |
|
TriangleFilterF |
If non-null, only triangle IDs that pass this filter (i.e. filter is true) are considered |
Name | Description | |
---|---|---|
|
FQueryOptions() |
|
|
FQueryOptions |
|
|
FQueryOptions |