![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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. | |
Represents a simple, non-overlapping contour in field space.
| int rcContour::nrverts |
The number of vertices in the raw contour.
| int rcContour::nverts |
The number of vertices in the simplified contour.
| int* rcContour::rverts |
Raw contour vertex and connection data. [Size: 4 * nrverts].
| int* rcContour::verts |
Simplified contour vertex and connection data. [Size: 4 * nverts].