Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/AAbstractNavData
- ANavigationData::DoesNodeContainLocation()
- AAbstractNavData::DoesNodeContainLocation()
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/AbstractNavData.h |
| Include | #include "AbstractNavData.h" |
virtual bool DoesNodeContainLocation
&40;
NavNodeRef NodeRef,
const FVector & WorldSpaceLocation
&41; const
Remarks
Checks if specified navigation node contains given location
Parameters
| Name | Description |
|---|---|
| Location | is expressed in WorldSpace, navigation data is responsible for tansforming if need be |