AAbstractNavData::FindMoveAlongSurface

Tries to move current nav location towards target constrained to navigable area.

Windows
MacOS
Linux

Override Hierarchy

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/AbstractNavData.h

Include

#include "AbstractNavData.h"

Syntax

virtual bool FindMoveAlongSurface
(
    const FNavLocation & StartLocation,
    const FVector & TargetPosition,
    FNavLocation & OutLocation,
    FSharedConstNavQueryFilter Filter,
    const UObject * Querier
) const

Remarks

Tries to move current nav location towards target constrained to navigable area. Faster than ProjectPointToNavmesh.

Returns

true if successful, false otherwise

Parameters

Parameter

Description

OutLocation

if successful this variable will be filed with result

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss