Navigation
API > API/Runtime > API/Runtime/Navmesh
| Name | ObstacleState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Navmesh/Public/DetourTileCache/DetourTileCache.h |
| Include Path | #include "DetourTileCache/DetourTileCache.h" |
Syntax
enum ObstacleState
{
DT_OBSTACLE_EMPTY,
DT_OBSTACLE_PROCESSING,
DT_OBSTACLE_PROCESSED,
DT_OBSTACLE_REMOVING,
}
Values
| Name | Remarks |
|---|---|
| DT_OBSTACLE_EMPTY | |
| DT_OBSTACLE_PROCESSING | |
| DT_OBSTACLE_PROCESSED | |
| DT_OBSTACLE_REMOVING |