Navigation
API > API/Plugins > API/Plugins/Mover
Options for what to do when we are projecting nav movement onto geometry from the nav mesh
| Name | EProjectNavMeshToGeometryBehavior |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/Modes/NavWalkingMode.h |
| Include Path | #include "DefaultMovementSet/Modes/NavWalkingMode.h" |
Syntax
enum EProjectNavMeshToGeometryBehavior
{
UseClosestGeometry = 0,
UseTopGeometry = 1,
}
Values
| Name | Remarks |
|---|---|
| UseClosestGeometry | Projects movement onto the closest geometry to the target location projected onto the navmesh. |
| UseTopGeometry | Projects movement onto the top most geometry in projection range of the navmesh |