ANavigationData::DoesNodeContainLocation

Checks if specified navigation node contains given location

Windows
MacOS
Linux

Override Hierarchy

ANavigationData::DoesNodeContainLocation()

AAbstractNavData::DoesNodeContainLocation()

References

Module

NavigationSystem

Header

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

Include

#include "NavigationData.h"

Syntax

virtual bool DoesNodeContainLocation
(
    NavNodeRef NodeRef,
    const FVector & WorldSpaceLocation
) const

Remarks

Checks if specified navigation node contains given location

Parameters

Parameter

Description

Location

is expressed in WorldSpace, navigation data is responsible for tansforming if need be

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