unreal.ProjectNavMeshToGeometryBehavior¶
- class unreal.ProjectNavMeshToGeometryBehavior¶
Bases:
EnumBaseOptions for what to do when we are projecting nav movement onto geometry from the nav mesh
C++ Source:
Plugin: Mover
Module: Mover
File: NavWalkingMode.h
- USE_CLOSEST_GEOMETRY: ProjectNavMeshToGeometryBehavior = Ellipsis¶
Projects movement onto the closest geometry to the target location projected onto the navmesh.
- Type:
0
- USE_TOP_GEOMETRY: ProjectNavMeshToGeometryBehavior = Ellipsis¶
Projects movement onto the top most geometry in projection range of the navmesh
- Type:
1