Navigation
API > API/Runtime > API/Runtime/Navmesh
Description
Frees the specified heightfield object using the Recast allocator.
| Name | rcFreeHeightField |
| 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 rcFreeHeightField
(
rcHeightfield * hf
)
Parameters
| Name | Remarks |
|---|---|
| hf | A heightfield allocated using rcAllocHeightfield |