Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h |
| Include | #include "Recast/Recast.h" |
Syntax
struct rcSpanPool
Remarks
A memory pool used for quick allocation of spans within a heightfield.
Variables
| Type | Name | Description | |
|---|---|---|---|
| rcSpan[RC_SPANS_PER_POOL] | items | Array of spans in the pool. | |
| rcSpanPool * | next | The next span pool. |