Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/IMeshSpatial > API/Runtime/GeometryCore/Spatial/IMeshSpatial/FQueryOptions
Syntax
bool bAllowUnsafeModifiedMeshQueries
Remarks
If true, then the IMeshSpatial may allow queries even when the underlying mesh has been modified without updating the queried structure. This may be useful, for instance, to run queries against a mesh as it is being interactively modified, but it requires the caller to pass an appropriate TriangleFilterF to make sure that modified triangles do not affect the query.