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" |
Syntax
struct rcCompactCell
Remarks
Provides information on the content of a cell column in a compact heightfield.
Variables
| Type | Name | Description | |
|---|---|---|---|
| unsigned int: 8 | count | Number of spans in the column. | |
| unsigned int: 24 | index | Index to the first span in the column. |