Navigation
API > API/Runtime > API/Runtime/Navmesh
Represents a span in a heightfield.
| Name | rcSpan |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
Syntax
struct rcSpan
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| data | rcSpanData | Span data. | Recast/Recast.h | |
| next | rcSpan * | The next span higher up in column. | Recast/Recast.h |