Navigation
API > API/Runtime > API/Runtime/Navmesh
Description
Allocates a contour set object using the Recast allocator.
| Name | rcAllocContourSet |
| 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 |
rcContourSet * rcAllocContourSet()
A contour set that is ready for initialization, or null on failure.
See Also
-
rcBuildContours
-
rcFreeContourSet