Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include | #include "Recast/Recast.h" |
| Source | /Engine/Source/Runtime/Navmesh/Private/Recast/Recast.cpp |
void rcFreeHeightfieldLayerSet
(
rcHeightfieldLayerSet * lset
)
Remarks
Frees the specified heightfield layer set using the Recast allocator.
Parameters
| Name | Description |
|---|---|
| lset | A heightfield layer set allocated using rcAllocHeightfieldLayerSet |