Navigation
API > API/Runtime > API/Runtime/Navmesh
Represents a span of unobstructed space within a compact heightfield.
| Name | rcCompactSpan |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
Syntax
struct rcCompactSpan
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| con | unsigned int | Packed neighbor connection data. | Recast/Recast.h | |
| h | unsigned char | The height of the span. (Measured from y.) | Recast/Recast.h | |
| reg | unsigned short | The id of the region the span belongs to. (Or zero if not in a region.) | Recast/Recast.h | |
| y | rcSpanUInt | The lower extent of the span. (Measured from the heightfield's base.) | Recast/Recast.h |