UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
rcCompactCell Struct Reference

Provides information on the content of a cell column in a compact heightfield. More...

#include <Recast.h>

Public Attributes

unsigned int index: 24
 Index to the first span in the column.
 
unsigned int count: 8
 Number of spans in the column.
 

Detailed Description

Provides information on the content of a cell column in a compact heightfield.

Member Data Documentation

◆ count

unsigned int rcCompactCell::count

Number of spans in the column.

◆ index

unsigned int rcCompactCell::index

Index to the first span in the column.


The documentation for this struct was generated from the following file: