Navigation
API > API/Runtime > API/Runtime/Navmesh
Represents data of span in a heightfield.
| Name | rcSpanData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include Path | #include "Recast/Recast.h" |
Syntax
struct rcSpanData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| area | unsigned int | The area id assigned to the span. | Recast/Recast.h | |
| smax | rcSpanUInt | The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT]. | Recast/Recast.h | |
| smin | rcSpanUInt | The lower limit of the span. [Limit: < smax]. | Recast/Recast.h |