Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtNavMesh
Description
Gets the size of the buffer required by storeTileState to store the specified tile's state.
| Name | getTileStateSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourNavMesh.h |
| Include Path | #include "Detour/DetourNavMesh.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Detour/DetourNavMesh.cpp |
int getTileStateSize
(
const dtMeshTile * tile
) const
The size of the buffer required to store the state.
Parameters
| Name | Remarks |
|---|---|
| tile | The tile. |
See Also
- storeTileState