Navigation
API > API/Runtime > API/Runtime/GeometryCore
ISpatial is a base interface for spatial queries
| Name | ISpatial |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/SpatialInterfaces.h |
| Include Path | #include "Spatial/SpatialInterfaces.h" |
Syntax
class ISpatial
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISpatial() |
Spatial/SpatialInterfaces.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsInside
(
const FVector3d& Point |
Spatial/SpatialInterfaces.h | ||
bool SupportsPointContainment() |
Spatial/SpatialInterfaces.h |