Navigation
API > API/Runtime > API/Runtime/Navmesh
Description
Allocates a heightfield layer set using the Recast allocator.
| Name | rcAllocHeightfieldLayerSet |
| 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 |
rcHeightfieldLayerSet * rcAllocHeightfieldLayerSet()
A heightfield layer set that is ready for initialization, or null on failure.
See Also
-
rcBuildHeightfieldLayers
-
rcFreeHeightfieldLayerSet