Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/ANavigationData
- ANavigationData::FindOverlappingEdges()
- AAbstractNavData::FindOverlappingEdges()
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationData.h |
| Include | #include "NavigationData.h" |
virtual bool FindOverlappingEdges
&40;
const FNavLocation & StartLocation,
TConstArrayView< FVector > ConvexPolygon,
TArray< FVector > & OutEdges,
FSharedConstNavQueryFilter Filter,
const UObject &42; Querier
&41; const
Remarks
Returns the navmesh edges that touch the convex polygon. The edges are not clipped by the polygon. true if successful, false otherwise
Parameters
| Name | Description |
|---|---|
| StartLocation | a location on the navmesh where to start searching. |
| ConvexPolygon | 2D convex polygon that describes the search area. |
| OutEdges | result edges, each edge is an adjacent pair of points in the array. |
| Filter | Nav filter to use, or if nullptr, default filter is used. |