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

Represents a span of unobstructed space within a compact heightfield. More...

#include <Recast.h>

Public Attributes

rcSpanUInt y
 The lower extent of the span. (Measured from the heightfield's base.)
 
unsigned int con
 Packed neighbor connection data.
 
unsigned short reg
 The id of the region the span belongs to. (Or zero if not in a region.)
 
unsigned char h
 The height of the span. (Measured from y.)
 

Detailed Description

Represents a span of unobstructed space within a compact heightfield.

Member Data Documentation

◆ con

unsigned int rcCompactSpan::con

Packed neighbor connection data.

◆ h

unsigned char rcCompactSpan::h

The height of the span. (Measured from y.)

◆ reg

unsigned short rcCompactSpan::reg

The id of the region the span belongs to. (Or zero if not in a region.)

◆ y

rcSpanUInt rcCompactSpan::y

The lower extent of the span. (Measured from the heightfield's base.)


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