rcContourSet

Represents a group of related contours.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Syntax

struct rcContourSet

Remarks

Represents a group of related contours.

Variables

Name Description

Public variable

float[3]

 

bmax

The maximum bounds in world space. [(x, y, z)].

Public variable

float[3]

 

bmin

The minimum bounds in world space. [(x, y, z)].

Public variable

int

 

borderSize

The AABB border size used to generate the source data from which the contours were derived.

Public variable

float

 

ch

The height of each cell. (The minimum increment along the y-axis.)

Public variable

rcContour *

 

conts

An array of the contours in the set. [Size: [nconts](API\Runtime\Navmesh\Recast\rcContourSet\nconts)].

Public variable

float

 

cs

The size of each cell. (On the xz-plane.)

Public variable

int

 

height

The height of the set. (Along the z-axis in cell units.)

Public variable

int

 

nconts

The number of contours in the set.

Public variable

int

 

width

The width of the set. (Along the x-axis in cell units.)

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