Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UAsyncNavWalkingMode
Description
Attempts to better align navmesh walking actors with underlying geometry (sometimes navmesh can differ quite significantly from geometry). Updates CachedProjectedNavMeshHitResult, access this for more info about hits.
| Name | ProjectLocationFromNavMesh |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/DefaultMovementSet/Modes/AsyncNavWalkingMode.h |
| Include Path | #include "DefaultMovementSet/Modes/AsyncNavWalkingMode.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/DefaultMovementSet/Modes/AsyncNavWalkingMode.cpp |
virtual FVector ProjectLocationFromNavMesh
(
float DeltaSeconds,
const FVector & CurrentFeetLocation,
const FVector & TargetNavLocation,
float UpOffset,
float DownOffset
)