Navigation
API > API/Runtime > API/Runtime/Navmesh
Description
Frees the specified polygon mesh using the Recast allocator.
| Name | rcFreePolyMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Recast/Recast.cpp |
void rcFreePolyMesh
(
rcPolyMesh * pmesh
)
Parameters
| Name | Remarks |
|---|---|
| pmesh | A polygon mesh allocated using rcAllocPolyMesh |