Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/DefaultMovementSet > API/Plugins/Mover/DefaultMovementSet/Modes > API/Plugins/Mover/DefaultMovementSet/Modes/UNavWalkingMode
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/Modes/NavWalkingMode.h |
| Include | #include "DefaultMovementSet/Modes/NavWalkingMode.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/DefaultMovementSet/Modes/NavWalkingMode.cpp |
virtual bool FindNavFloor
(
const FVector & TestLocation,
FNavLocation & NavFloorLocation
) const
Remarks
Project a location to navmesh to find adjusted height. True if projection was performed (successfully or not)
Parameters
| Name | Description |
|---|---|
| TestLocation | Location to project |
| NavFloorLocation | Location on navmesh |