Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FOccupancyGrid3
An enum representing a voxel's classification.
| Name | EDomain |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Spatial/OccupancyGrid3.h |
| Include Path | #include "Spatial/OccupancyGrid3.h" |
Syntax
enum EDomain
{
Exterior,
Boundary,
Interior,
}
Values
| Name | Remarks |
|---|---|
| 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. |