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 |
int rcGetHeightFieldSpanCount
(
rcContext * ctx,
rcHeightfield & hf
)
Remarks
Returns the number of spans contained in the specified heightfield. The number of spans in the heightfield.
Parameters
| Name | Description |
|---|---|
| ctx | The build context to use during the operation. |
| hf | An initialized heightfield. |