Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/ANavigationData
- INavigationDataInterface::ProjectPoint()
- ANavigationData::ProjectPoint()
- AAbstractNavData::ProjectPoint()
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationData.h |
| Include | #include "NavigationData.h" |
virtual bool ProjectPoint
&40;
const FVector & Point,
FNavLocation & OutLocation,
const FVector & Extent,
FSharedConstNavQueryFilter Filter,
const UObject &42; Querier
&41; const
Remarks
Tries to project given Point to this navigation type, within given Extent. true if successful, false otherwise
Parameters
| Name | Description |
|---|---|
| OutLocation | if successful this variable will be filed with result |