Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Spatial > API/Runtime/GeometryCore/Spatial/FOccupancyGrid3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Spatial/OccupancyGrid3.h |
| Include | #include "Spatial/OccupancyGrid3.h" |
Syntax
enum EDomain
{
Exterior,
Boundary,
Interior,
}
Values
| Name | Description |
|---|---|
| Exterior | |
| Boundary | The point in the occupancy grid is completely on the exterior of the given mesh. |
| Interior | The point in the occupancy grid includes a mesh boundary. |
Remarks
An enum representing a voxel's classification.