rcContour

Represents a simple, non-overlapping contour in field space.

Windows
MacOS
Linux

References

Module

Navmesh

Header

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

Include

#include "Recast/Recast.h"

Syntax

struct rcContour

Remarks

Represents a simple, non-overlapping contour in field space.

Variables

Name Description

Public variable

unsigned char

 

area

The area id of the contour.

Public variable

int

 

nrverts

The number of vertices in the raw contour.

Public variable

int

 

nverts

The number of vertices in the simplified contour.

Public variable

unsigned short

 

reg

The region id of the contour.

Public variable

int *

 

rverts

Raw contour vertex and connection data. [Size: 4 * [nrverts](API\Runtime\Navmesh\Recast\rcContour\nrverts)].

Public variable

int *

 

verts

Simplified contour vertex and connection data. [Size: 4 * [nverts](API\Runtime\Navmesh\Recast\rcContour\nverts)].

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