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

#include <Recast.h>

Public Attributes

rcSpanPoolnext
 The next span pool.
 
rcSpan items [RC_SPANS_PER_POOL]
 Array of spans in the pool.
 

Detailed Description

A memory pool used for quick allocation of spans within a heightfield.

See also
rcHeightfield

Member Data Documentation

◆ items

rcSpan rcSpanPool::items[RC_SPANS_PER_POOL]

Array of spans in the pool.

◆ next

rcSpanPool* rcSpanPool::next

The next span pool.


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