rcSpanData

Represents data of span in a heightfield.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Syntax

struct rcSpanData

Remarks

Represents data of span in a heightfield.

Variables

Name Description

Public variable

unsigned int: ...

 

area

The area id assigned to the span.

Public variable

unsigned int: ...

 

smax

The upper limit of the span. [Limit: <= #RC_SPAN_MAX_HEIGHT].

Public variable

unsigned int: ...

 

smin

The lower limit of the span. [Limit: < smax].

See Also

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