Navigation
API > API/Runtime > API/Runtime/Navmesh
Description
Frees the specified heightfield layer set using the Recast allocator.
| Name | rcFreeHeightfieldLayerSet |
| 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 rcFreeHeightfieldLayerSet
(
rcHeightfieldLayerSet * lset
)
Parameters
| Name | Remarks |
|---|---|
| lset | A heightfield layer set allocated using rcAllocHeightfieldLayerSet |