dtNavMesh::getTileCountAt

BEGIN Gets number of tiles at the specified grid location. (All layers.)

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h

Include

#include "Detour/DetourNavMesh.h"

Source

/Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp

Syntax

int getTileCountAt
(
    const int x,
    const int y
) const

Remarks

BEGIN Gets number of tiles at the specified grid location. (All layers.)

Returns

The number of tiles in grid.

Parameters

Parameter

Description

x

The tile's x-location. (x, y)

y

The tile's y-location. (x, y)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss