Navigation
API > API/Runtime > API/Runtime/Navmesh
Provides information on the content of a cell column in a compact heightfield.
| Name | rcCompactCell |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
Syntax
struct rcCompactCell
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| count | unsigned int | Number of spans in the column. | Recast/Recast.h | |
| index | unsigned int | Index to the first span in the column. | Recast/Recast.h |