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 rcResetHeightfield
(
rcHeightfield & hf
)
Remarks
Resets all spans of heightfield.
Parameters
| Name | Description |
|---|---|
| hf | The heightfield to reset. |
| bmin | The minimum bounds of the field's AABB. [(x, y, z)] [Units: wu] |
| bmax | The maximum bounds of the field's AABB. [(x, y, z)] [Units: wu] |
| hf | The heightfield toreset. |