UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
rcContour Struct Reference

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

#include <Recast.h>

Public Attributes

int * verts
 Simplified contour vertex and connection data. [Size: 4 * nverts].
 
int nverts
 The number of vertices in the simplified contour.
 
int * rverts
 Raw contour vertex and connection data. [Size: 4 * nrverts].
 
int nrverts
 The number of vertices in the raw contour.
 
unsigned short reg
 The region id of the contour.
 
unsigned char area
 The area id of the contour.
 

Detailed Description

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

Member Data Documentation

◆ area

unsigned char rcContour::area

The area id of the contour.

◆ nrverts

int rcContour::nrverts

The number of vertices in the raw contour.

◆ nverts

int rcContour::nverts

The number of vertices in the simplified contour.

◆ reg

unsigned short rcContour::reg

The region id of the contour.

◆ rverts

int* rcContour::rverts

Raw contour vertex and connection data. [Size: 4 * nrverts].

◆ verts

int* rcContour::verts

Simplified contour vertex and connection data. [Size: 4 * nverts].


The documentation for this struct was generated from the following file: