Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/FRecastNavMeshTileGenerationDebu-
Description
Indicates if the tile coordinate in parameter is within the tile coordinate selected to debug. Either equal to TileCoordinate or inside the rectangle formed by TileCoordinate and MaxTileCoordinate.
| Name | IsWithinTileCoordinates |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/RecastNavMesh.h |
| Include Path | #include "NavMesh/RecastNavMesh.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavMesh/RecastNavMesh.cpp |
bool IsWithinTileCoordinates
(
const int32 TileX,
const int32 TileY
) const