Navigation
API > API/Runtime > API/Runtime/Navmesh
Description
Frees the specified contour set using the Recast allocator.
| Name | rcFreeContourSet |
| 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 rcFreeContourSet
(
rcContourSet * cset
)
Parameters
| Name | Remarks |
|---|---|
| cset | A contour set allocated using rcAllocContourSet |