Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ENavigationShapeType::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/AI/NavigationModifier.h |
| Include Path | #include "AI/NavigationModifier.h" |
Syntax
namespace ENavigationShapeType
{
enum Type
{
Unknown,
Cylinder,
Box,
Convex,
InstancedConvex,
}
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Cylinder | |
| Box | |
| Convex | |
| InstancedConvex |