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
static int RC_SPAN_HEIGHT_BITS = 29;
Remarks
Defines the number of bits allocated to rcSpanData::smin and rcSpanData::smax. Using 29 bits increases the size of rcSpanData to 8 bytes but it does not impact the size of rcSpan since padding was already present. It also increases the size of rcSpanCache to 12 bytes. Size of rcTempSpan also increases to 8 bytes.