INavigationDataInterface::ProjectPoint

Tries to project given Point to this navigation type, within given Extent.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationDataInterface.h

Include

#include "AI/Navigation/NavigationDataInterface.h"

Syntax

virtual bool ProjectPoint
(
    const FVector & Point,
    FNavLocation & OutLocation,
    const FVector & Extent,
    FSharedConstNavQueryFilter Filter,
    const UObject * Querier
) const

Remarks

Tries to project given Point to this navigation type, within given Extent.

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