rcCompactSpan

Represents a span of unobstructed space within a compact heightfield.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Recast/Recast.h

Include

#include "Recast/Recast.h"

Syntax

struct rcCompactSpan

Remarks

Represents a span of unobstructed space within a compact heightfield.

Variables

Name Description

Public variable

unsigned int

 

con

Packed neighbor connection data.

Public variable

unsigned char

 

h

The height of the span. (Measured from [y](API\Runtime\Navmesh\Recast\rcCompactSpan\y).)

Public variable

unsigned short

 

reg

The id of the region the span belongs to. (Or zero if not in a region.)

Public variable

unsigned short

 

y

The lower extent of the span. (Measured from the heightfield's base.)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss