Navigation
API > API/Runtime > API/Runtime/NavigationSystem
| Name | ERecastPartitioning::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/RecastNavMesh.h |
| Include Path | #include "NavMesh/RecastNavMesh.h" |
Syntax
namespace ERecastPartitioning
{
enum Type
{
Monotone,
Watershed,
ChunkyMonotone,
}
}
Values
| Name | Remarks |
|---|---|
| Monotone | |
| Watershed | |
| ChunkyMonotone |