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 |
|
|
|
Spatial/SpatialInterfaces.h |
|
|
|
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
)