Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/IMeshSpatial > API/Runtime/GeometryCore/IMeshSpatial/FQueryOptions
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Spatial/SpatialInterfaces.h | |||
FQueryOptions
(
TFunction< bool(int)> TriangleFilterF |
Spatial/SpatialInterfaces.h | ||
FQueryOptions
(
double MaxDistance, |
Spatial/SpatialInterfaces.h |
FQueryOptions()
| Name | FQueryOptions |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SpatialInterfaces.h |
| Include Path | #include "Spatial/SpatialInterfaces.h" |
FQueryOptions()
FQueryOptions(TFunction< bool(int)>)
| Name | FQueryOptions |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SpatialInterfaces.h |
| Include Path | #include "Spatial/SpatialInterfaces.h" |
FQueryOptions
(
TFunction < bool> TriangleFilterF
)
FQueryOptions(double, TFunction< bool(int)>)
| Name | FQueryOptions |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SpatialInterfaces.h |
| Include Path | #include "Spatial/SpatialInterfaces.h" |
FQueryOptions
(
double MaxDistance,
TFunction < bool> TriangleFilterF
)