Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Detour > API/Runtime/Navmesh/Detour/dtNavMeshQuery > API/Runtime/Navmesh/Detour/dtNavMeshQuery/getPortalPoints
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMeshQuery.h |
| Include | #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
Remarks
Returns portal points between two polygons.