Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavMeshQuery
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
dtStatus getPortalPoints
(
dtPolyRef from, |
Exposing function to be able to generate navigation corridors as sequence of point pairs | Detour/DetourNavMeshQuery.h | |
dtStatus getPortalPoints
(
dtPolyRef from, |
Detour/DetourNavMeshQuery.h |
getPortalPoints(dtPolyRef, dtPolyRef, dtReal , dtReal , unsigned char &, unsigned char &)
Description
Returns portal points between two polygons.
| Name | getPortalPoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp |
dtStatus getPortalPoints
(
dtPolyRef from,
dtPolyRef to,
dtReal * left,
dtReal * right,
unsigned char & fromType,
unsigned char & toType
) const
getPortalPoints(dtPolyRef, const dtPoly , const dtMeshTile , dtPolyRef, const dtPoly , const dtMeshTile , dtReal , dtReal )
| Name | getPortalPoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include Path | #include "Detour/DetourNavMeshQuery.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMeshQuery.cpp |
dtStatus getPortalPoints
(
dtPolyRef from,
const dtPoly * fromPoly,
const dtMeshTile * fromTile,
dtPolyRef to,
const dtPoly * toPoly,
const dtMeshTile * toTile,
dtReal * left,
dtReal * right
) const