Navigation
Unreal Engine C++ API Reference > Runtime > NavigationSystem > AAbstractNavData
- INavigationDataInterface::ProjectPoint()
- ANavigationData::ProjectPoint()
- AAbstractNavData::ProjectPoint()
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/AbstractNavData.h |
Include | #include "AbstractNavData.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 |