dtNavMesh::removeTile

Removes the specified tile from the navigation mesh.

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

dtStatus removeTile
(
    dtTileRef ref,
    unsigned char ** data,
    int * dataSize
)

Remarks

Removes the specified tile from the navigation mesh.

This function returns the data for the tile so that, if desired, it can be added back to the navigation mesh at a later point.

Returns

The status flags for the operation.

Parameters

Parameter

Description

ref

The reference of the tile to remove.

data

Data associated with deleted tile.

dataSize

Size of the data associated with deleted tile.

See Also

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